Expand description
Protocol structs for Schema state
Structs§
- LatLong
- Native representation of the
LatLong
schema data type - LatLong
Builder - Builder used to create a
LatLong
- Property
Definition - Native implementation of
PropertyDefinition
- Property
Definition Builder - Builder used to create a
PropertyDefinition
- Property
Value - Native implementation of
PropertyValue
- Property
Value Builder - Builder used to create a
PropertyValue
- Schema
- Native representation of a
Schema
- Schema
Builder - Builder used to create a
Schema
- Schema
List - Native representation of a list of
Schema
s - Schema
List Builder - Builder used to create a list of
Schema
s
Enums§
- Data
Type - Native representation of a
DataType
- LatLong
Build Error - Returned if any required fields in a
LatLong
struct are invalid when being converted from the corresponding builder - Property
Definition Build Error - Returned if any required fields in a
PropertyDefinition
are not present when being converted from the corresponding builder - Property
Value Build Error - Returned if any required fields in a
PropertyValue
are not present when being converted from the corresponding builder - Schema
Build Error - Returned if any required fields in a
Schema
are not present when being converted from the corresponding builder - Schema
List Build Error - Returned if any required fields in a
SchemaList
are not present when being converted from the corresponding builder