Values.GetDiscoveredSchemaInputSourcetype nonrec t = {events : GetDiscoveredSchemaVersionItemInput.t list;An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.
*)type_ : Type.t;The type of event.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of GetDiscoveredSchemaVersionItemInput.t ] list ])
list ]