Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.05 KB

MetadataSchemaDefinitionDeprecated.md

File metadata and controls

22 lines (19 loc) · 2.05 KB

# MetadataSchemaDefinitionDeprecated

Properties

Name Type Description Notes
type string [optional]
array bool Indicates whether the definition is an array. [optional]
optional bool Indicates whether this definition is optional or not optional for the resource. [optional]
objectType string Returns the name of the custom resource if the resource was previously defined in the Dashboard as a custom (non-standard) Nested object. [optional]
eq mixed[] Array of possible values when the setting for `is equal to any of` in the Dashboard is defined explicitly. [optional]
ne mixed[] Array of values that are not allowed when the setting for `is not equal to any of` in the Dashboard is defined explicitly. [optional]
lt int A property of `number` type must have `less than` this value. [optional]
lte int A property of `number` type must be `less than or equal` to this value. [optional]
gt int A property of `number` type must be `greater than` this value. [optional]
gte int A property of `number` type must be `greater than or equal` to this value. [optional]
deleted bool Indicates whether the definition was deleted from the schema. [optional]
maxLength int Value for maximum length when the setting for `has maximum length of` in the Dashboard is defined explicitly. [optional]
minLength int Value indicating minimum length when the setting for `has minimum length of` in the Dashboard is defined explicitly. [optional]
exactLength int Value indicating exact length when the setting for `has exact length of` in the Dashboard is defined explicitly. [optional]

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