Values.CodegenGenericDataNonModelSourceDescribes a non-model in a generic data schema.
type nonrec t = {fields : CodegenGenericDataNonModelFields.t;The fields in a generic data schema non model.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ])
list ]