GoogleJsonSchema
Data class representing the JSON schema as returned by the Google Discovery API.
Constructors
Types
Properties
If this is a schema for an object, this property is the schema for any additional properties with dynamic keys on this object.
Additional information about this property.
A description of this object.
The descriptions for the enums. Each position maps to the corresponding value in the "enum" array.
If this is a schema for an array, this property is the schema for each element in the array.
A reference to another schema. The value of this property is the "id" of another schema.
The regular expression this parameter must conform to. Uses Java 6 regex format
If this is a schema for an object, list the schema for each property of this object.
Gets the required annotations.
The value type for this schema.
In a variant data type, the value of one property is used to determine how to interpret the entire entity.