Values.CodegenGenericDataFieldSourceDescribes a field in a generic data schema.
type nonrec t = {dataType : CodegenGenericDataFieldDataType.t;The data type for the generic data field.
*)dataTypeValue : String_.t;The value of the data type for the generic data field.
*)required : Boolean.t;Specifies whether the generic data field is required.
*)readOnly : Boolean.t;Specifies whether the generic data field is read-only.
*)isArray : Boolean.t;Specifies whether the generic data field is an array.
*)relationship : CodegenGenericDataRelationshipType.t option;The relationship of the generic data schema.
*)}