This page lists all available types of this document. For more information and export options please take a look at the document at our app.
DocumentType | Description |
---|---|
AnyPropertyType | Represents an any value which allows any kind of value |
ArrayDefinitionType | Represents an array which contains a dynamic list of values of the same type |
ArrayPropertyType | Represents an array which contains a dynamic list of values of the same type |
BooleanPropertyType | Represents a boolean value |
CollectionDefinitionType | Base collection type |
CollectionPropertyType | Base collection property type |
DefinitionType | Base definition type |
GenericPropertyType | Represents a generic value which can be replaced with a concrete type |
IntegerPropertyType | Represents an integer value |
MapDefinitionType | Represents a map which contains a dynamic set of key value entries of the same type |
MapPropertyType | Represents a map which contains a dynamic set of key value entries of the same type |
NumberPropertyType | Represents a float value |
PropertyType | Base property type |
ReferencePropertyType | Represents a reference to a definition type |
ScalarPropertyType | Base scalar property type |
StringPropertyType | Represents a string value |
StructDefinitionType | A struct represents a class/structure with a fix set of defined properties |
TypeSchema | TypeSchema specification |