Module Values.ProviderComponentSchemaSource

The input schema supported by provider service.

Sourcetype nonrec t = {
  1. schemas : Schemas.t option;
    (*

    Input schema for the provider service.

    *)
  2. providerSchemaAttributes : ProviderSchemaAttributes.t option;
    (*

    The provider schema attributes.

    *)
}
Sourceval make : ?schemas:??? -> ?providerSchemaAttributes:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t