Values.ProviderComponentSchemaSourceThe input schema supported by provider service.
type nonrec t = {schemas : Schemas.t option;Input schema for the provider service.
*)providerSchemaAttributes : ProviderSchemaAttributes.t option;The provider schema attributes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `List of [> `String of String_.t ] list
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of AttributeName.t ])
list ]
list ])
list ]