Module Values.GetCodeBindingSourceRequestSource

Get the code binding source URI.

Sourcetype nonrec t = {
  1. language : string;
    (*

    The language of the code binding.

    *)
  2. registryName : string;
    (*

    The name of the registry.

    *)
  3. schemaName : string;
    (*

    The name of the schema.

    *)
  4. schemaVersion : string option;
    (*

    Specifying this limits the results to only this schema version.

    *)
}
Sourceval context_ : string
Sourceval make : ?schemaVersion:??? -> language:string -> registryName:string -> schemaName:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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