Property
Properties
{
"$dynamicDefault": "string",
"$dynamicEnum": "string",
"const": {},
"default": {},
"description": "string",
"encrypted": false,
"enum": [
{}
],
"format": "string",
"items": "Property Object",
"maxItems": 0,
"maxLength": 0,
"maximum": 0,
"minItems": 0,
"minLength": 0,
"minimum": 0,
"oneOf": [
"Property Object"
],
"pattern": "string",
"properties": {
"properties": "Property Object"
},
"readOnly": false,
"title": "string",
"type": "string"
}
Path that can be used to retrieve single permissible default value
Path that can be used to retrieve permissible values
Constant value for the property
Default value for the property
Property description
Flag indicating if property is encrypted
Restrict a value to a fixed set of values for the property
The expected (and pre-defined) format to be used for string validations. Supported format values include: date-time, email, ip-address, alphanumeric, phone, etc.
Maximum number of items for the property
String instance is validated against this keyword for its maximum length
Maximum value for the property
Minimum number of items for the property
String instance is validated against this keyword for its minimum length
Minimum value for the property
Ensures the given data is valid against only one of the specified schemas
Regular expression to express constraint for the property
Properties within the property
Flag indicating if property is read only
Property title
Property type should be among valid types (number, integer, string, array, boolean, object)