Module Values.RecommenderSchemaFieldsSource

Sourceval make : 'a list -> 'a list
Sourceval of_header : (Base.String.t * string) list -> 'a list
Sourceval to_value : ('a * RecommenderSchemaField.t list) list -> [> `Map of ([> `String of 'a ] * [> `List of [> `Structure of (string * [> `Enum of string | `String of Text.t ]) list ] list ]) list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : 'a -> 'b
Sourceval of_json : Yojson.Safe.t -> (string * RecommenderSchemaField.t list) list
Sourceval to_json : (Text.t * RecommenderSchemaField.t list) list -> Yojson.Safe.t