[Index]

Model: data/DataModel

The DataModel data model allows users to create their own data models. Data models store their
data in the VOSS database.

Model Details: data/DataModel

Title Description Details
Name *
  • Field Name: name
  • Type: String
  • Pattern: ^[A-Za-z0-9_-]+$
Documentation * Used for generating reference documentation for the model.
  • Field Name: doc
  • Type: String
Metadata
  • Field Name: Meta
  • Type: Object
Visible at Lower Hierarchy When enabled, model instances defined at higher levels in the hierarchy will be visible at lower hierarchy levels.
  • Field Name: Meta.visible_at_lower_hierarchy
  • Type: Boolean
Singleton Singleton per hierarchy or throughout the system.
  • Field Name: Meta.singleton
  • Type: String
  • Choices: ["", "System", "Hierarchy"]
Title Format
  • Field Name: Meta.title_format
  • Type: String
Summary Attributes
  • Field Name: summary_attrs.[n]
  • Type: Array
Constraints
  • Field Name: constraints.[n]
  • Type: Array
Unique
  • Field Name: unique.[n]
  • Type: Array
Hierarchy
  • Field Name: Meta.constraints.[n].hierarchy
  • Type: Boolean
Business Key
  • Field Name: Meta.constraints.[n].business_key
  • Type: Boolean
Consider Null Values When enabled, the constraint check will consider fields without values as null and only allow unique permutations.
  • Field Name: Meta.constraints.[n].consider_null
  • Type: Boolean
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Mandatory?
  • Field Name: Meta.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].readonly
  • Type: Boolean
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].store_encrypted
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.choices.[n].title
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.store_encrypted
  • Type: Boolean
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.pattern
  • Type: String
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.target_attr
  • Type: String
  • Choices: []
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.target_attr
  • Type: String
  • Choices: []
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.maxLength
  • Type: Integer
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.pattern
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.attr_props.[n].choices.[n].title
  • Type: String
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.choices.[n].title
  • Type: String
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Attribute Properties
  • Field Name: attr_props.[n]
  • Type: Array
  • Cardinality: [1..n]
Name *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].name
  • Type: String
Friendly Name What to show as the name of the form field.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].title
  • Type: String
Description Provides a full description of the of purpose the instance property.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].description
  • Type: String
Data Type *
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Minimum Number of Values Defines the minimum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minItems
  • Type: Integer
Maximum Number of Values Defines the maximum number of values in an array when the array is the instance value.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maxItems
  • Type: Integer
Minimum Length When the instance value is a string, this defines the minimum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minLength
  • Type: Integer
Maximum Length When the instance value is a string, this defines the maximum length of the string.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maxLength
  • Type: Integer
Minimum Defines the minimum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].minimum
  • Type: Number
Maximum Defines the maximum value of the instance property when the type of the instance value is a number.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].maximum
  • Type: Number
Version Defines the version of the instance for use by the packaging system.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].version
  • Type: String
String Format
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].format
  • Type: String
  • Choices: ["", "Date (\"YYYY-MM-DD\")", "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)", "Time (\"hh:mm:ss\")", "Milliseconds since 1 January 1970 00:00", "Phone number", "URI", "E-mail address", "IP version 4 address", "IP version 6 address", "Host name", "Regular expression", "Link"]
Is Password? Is the string field a password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].is_password
  • Type: Boolean
Disable Password Confirmation Disable confirmation field for password?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].disable_confirmation
  • Type: Boolean
Store Encrypted? Should the field be stored encrypted?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].store_encrypted
  • Type: Boolean
Is Mandatory?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].required
  • Type: Boolean
Is Read-Only? If a field is marked as read-only it cannot be changed once added.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].readonly
  • Type: Boolean
Is Displayable? Marks whether the content of this field would be visible and therefore marked for translation.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].displayable
  • Type: Boolean
Target If Format is "URI", what is the entity type of the foreign key?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].target
  • Type: String
  • Format: uri
Target Field If Format is "URI", what is the field name of the referenced resource?
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].target_attr
  • Type: String
  • Choices: []
Items If Format is "Array", what are the properties of the items?
  • Field Name: items
  • Type: Object
Data Type
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].items.type
  • Type: String
  • Choices: ["Array", "Boolean", "Integer", "Null", "Number", "Object", "String", "Anything"]
Validation Regular Expression
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].pattern
  • Type: String
Default Value Default value for field. Accepts comma-separated values if field type is array.
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].default
  • Type: Any
Choices
  • Field Name: choices.[n]
  • Type: Array
Value
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].value
  • Type: ["String", "Integer"]
Title
  • Field Name: Meta.attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].attr_props.[n].choices.[n].title
  • Type: String
Operations
  • Field Name: operations.[n]
  • Type: Array
  • Cardinality: [0..20]
  • Default: [u'add', u'bulk_update_form', u'clone', u'configuration_template', u'export', u'export_bulkload_template', u'field_display_policy', u'get', u'help', u'list', u'migration', u'transform', u'remove', u'tag', u'tag_version', u'update']