Values_1.FieldDefinitionSourceDefines a field in an entity schema for REST connector data sources, specifying the field name and data type.
type nonrec t = {name : Values_0.String_.t;The name of the field in the entity schema.
*)fieldDataType : FieldDataType.t;The data type of the field.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]