Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.07 KB

ManagementProjectsMetadataSchemaDefinition.md

File metadata and controls

22 lines (19 loc) · 2.07 KB

# ManagementProjectsMetadataSchemaDefinition

Properties

Name Type Description Notes
type string Indicates the type of metadata. Note that `"geopoint"` type is a paid feature. [optional]
optional bool Indicates if this definition is optional or not for the resource. [optional]
array bool Indicates if the definition is an array. [optional]
deleted bool Indicates if the definition has been deleted from the schema. [optional]
objectType string The name of the custom resource (i.e. a nested object) if the resource has been previously defined. Otherwise, it is `null` for other types. [optional]
minLength int Value indicating the minimum length. Available only for the `string` type. [optional]
maxLength int Value indicating the maximum length. Available only for the `string` type. [optional]
exactLength int Value indicating the exact length. Available only for the `string` type. [optional]
eq mixed[] [optional]
ne float[] Array of values that are not allowed. Available only for the `number` type. [optional]
lt float A property of the `number` type must have `less than` this value. The value should be up to two decimal places. [optional]
lte float A property of the `number` type must be `less than or equal` to this value. The value should be up to two decimal places. [optional]
gt float A property of `number` type must be `greater than` this value. The value should be up to two decimal places. [optional]
gte float A property of `number` type must be `greater than or equal` to this value. The value should be up to two decimal places. [optional]

[Back to Model list] [Back to API list] [Back to README]