[Index]
The DataModel data model allows users to create their own data models. Data models store their data in the VOSS database.
Model ref.: data/DataModel
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "doc": { "required": true, "type": "string", "description": "Used for generating reference documentation for the model.", "title": "Documentation" }, "Meta": { "required": true, "type": "object", "properties": { "operations": { "title": "Operations", "minItems": 0, "items": { "type": "string", "choices": [ { "value": "add", "title": "Add" }, { "value": "bulk_update_form", "title": "Bulk Update" }, { "value": "clone", "title": "Clone" }, { "value": "configuration_template", "title": "Configuration Template" }, { "value": "field_display_policy", "title": "Field Display Policy" }, { "value": "execute", "title": "Execute" }, { "value": "export", "title": "Export" }, { "value": "export_bulkload_template", "title": "Export Bulk Load Template" }, { "value": "get", "title": "Get" }, { "value": "help", "title": "Help" }, { "value": "import", "title": "Import" }, { "value": "list", "title": "List" }, { "value": "migration", "title": "Migration Template" }, { "value": "transform", "title": "Transform Template" }, { "value": "move", "title": "Move" }, { "value": "remove", "title": "Remove" }, { "value": "tag", "title": "Tag" }, { "value": "tag_version", "title": "Tag Version" }, { "value": "test_connect", "title": "Test Connection" }, { "value": "update", "title": "Update" } ] }, "required": true, "default": [ "add", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "transform", "remove", "tag", "tag_version", "update" ], "maxItems": 20, "type": "array" }, "singleton": { "title": "Singleton", "type": "string", "description": "Singleton per hierarchy or throughout the system.", "choices": [ { "value": "", "title": "" }, { "value": "system", "title": "System" }, { "value": "hierarchy", "title": "Hierarchy" } ] }, "title_format": { "required": false, "type": "string", "title": "Title Format" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "attr_props": { "minItems": 1, "items": { "type": "object", "properties": { "minimum": { "type": "number", "description": "Defines the minimum value of the instance property when the type of the instance value is a number.", "title": "Minimum" }, "maxItems": { "type": "integer", "description": "Defines the maximum number of values in an array when the array is the instance value.", "title": "Maximum Number of Values" }, "disable_confirmation": { "type": "boolean", "description": "Disable confirmation field for password?", "title": "Disable Password Confirmation" }, "title": { "type": "string", "description": "What to show as the name of the form field.", "title": "Friendly Name" }, "pattern": { "type": "string", "title": "Validation Regular Expression" }, "displayable": { "type": "boolean", "description": "Marks whether the content of this field would be visible and therefore marked for translation.", "title": "Is Displayable?" }, "readonly": { "type": "boolean", "description": "If a field is marked as read-only it cannot be changed once added.", "title": "Is Read-Only?" }, "version": { "type": "string", "description": "Defines the version of the instance for use by the packaging system.", "title": "Version" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "required": true, "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "is_password": { "type": "boolean", "description": "Is the string field a password?", "title": "Is Password?" }, "description": { "type": "string", "description": "Provides a full description of the of purpose the instance property.", "title": "Description" }, "format": { "title": "String Format", "required": false, "type": "string", "choices": [ { "value": "", "title": "" }, { "value": "date", "title": "Date (\"YYYY-MM-DD\")" }, { "value": "date-time", "title": "Date-timestamp (\"YYYY-MM-DDThh:mm:ssZ\" in UTC)" }, { "value": "time", "title": "Time (\"hh:mm:ss\")" }, { "value": "utc-millisec", "title": "Milliseconds since 1 January 1970 00:00" }, { "value": "phone", "title": "Phone number" }, { "value": "uri", "title": "URI" }, { "value": "email", "title": "E-mail address" }, { "value": "ip-address", "title": "IP version 4 address" }, { "value": "ipv6", "title": "IP version 6 address" }, { "value": "host-name", "title": "Host name" }, { "value": "regex", "title": "Regular expression" }, { "value": "link", "title": "Link" } ] }, "minLength": { "type": "integer", "description": "When the instance value is a string, this defines the minimum length of the string.", "title": "Minimum Length" }, "maxLength": { "type": "integer", "description": "When the instance value is a string, this defines the maximum length of the string.", "title": "Maximum Length" }, "name": { "required": true, "type": "string", "title": "Name" }, "target": { "target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken], "title": "Target", "format": "uri", "choices": [], "target_model_type": "", "type": "string", "description": "If Format is \"URI\", what is the entity type of the foreign key?" }, "minItems": { "type": "integer", "description": "Defines the minimum number of values in an array when the array is the instance value.", "title": "Minimum Number of Values" }, "items": { "properties": { "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": false, "type": "array", "title": "Attribute Properties" }, "store_encrypted": { "type": "boolean", "description": "Should the field be stored encrypted?", "title": "Store Encrypted?" }, "type": { "title": "Data Type", "type": "string", "choices": [ { "value": "array", "title": "Array" }, { "value": "boolean", "title": "Boolean" }, { "value": "integer", "title": "Integer" }, { "value": "null", "title": "Null" }, { "value": "number", "title": "Number" }, { "value": "object", "title": "Object" }, { "value": "string", "title": "String" }, { "value": "any", "title": "Anything" } ] } }, "type": "object", "description": "If Format is \"Array\", what are the properties of the items?", "title": "Items" }, "required": { "type": "boolean", "title": "Is Mandatory?" }, "maximum": { "type": "number", "description": "Defines the maximum value of the instance property when the type of the instance value is a number.", "title": "Maximum" }, "choices": { "items": { "type": "object", "properties": { "value": { "type": [ "string", "integer" ], "title": "Value" }, "title": { "type": "string", "title": "Title" } } }, "type": "array", "title": "Choices" }, "target_attr": { "title": "Target Field", "type": "string", "description": "If Format is \"URI\", what is the field name of the referenced resource?", "choices": { "value": "", "title": "" } }, "default": { "type": "any", "description": "Default value for field. Accepts comma-separated values if field type is array.", "title": "Default Value" } } }, "required": true, "type": "array", "title": "Attribute Properties" }, "summary_attrs": { "items": { "type": "string" }, "required": true, "type": "array", "title": "Summary Attributes" }, "visible_at_lower_hierarchy": { "type": "boolean", "description": "When enabled, model instances defined at higher levels in the hierarchy will be visible at lower hierarchy levels.", "title": "Visible at Lower Hierarchy" }, "constraints": { "items": { "type": "object", "properties": { "hierarchy": { "type": "boolean", "title": "Hierarchy" }, "consider_null": { "type": "boolean", "description": "When enabled, the constraint check will consider fields without values as null and only allow unique permutations.", "title": "Consider Null Values" }, "unique": { "items": { "type": "string" }, "required": true, "type": "array", "title": "Unique" }, "business_key": { "type": "boolean", "title": "Business Key" } } }, "required": false, "type": "array", "title": "Constraints" } }, "title": "Metadata" }, "name": { "pattern": "^[A-Za-z0-9_-]+$", "readonly": true, "required": true, "type": "string", "title": "Name" } }, "schema_version": "0.1" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/DataModel/add/ |
|
The GUI Add form of data/DataModel as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/data/DataModel/ | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/DataModel/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/DataModel/[pkid1]", "/api/data/DataModel/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/DataModel/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/data/DataModel/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/data/DataModel/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/data/DataModel/[pkid1]", "/api/v0/data/DataModel/[pkid2]",...]}} |
GET http://[host-proxy]/api/data/DataModel/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/DataModel; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/DataModel/export/ |
|
{ "hrefs":["/api/data/DataModel/[pkid1]", "/api/data/DataModel/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of data/DataModel and the JSON format can be used to import instances of data/DataModel.
GET http://[host-proxy]/api/data/DataModel/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/DataModel | POST | /api/data/DataModel/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/data/DataModel/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/data/DataModel/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Migration Template | GET | /api/data/DataModel/migration/ |
|
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/DataModel/ |
|
The data/DataModel schema and all instances as JSON. |
(The list will return 0 to 3 data/DataModel instances)
{ "operations": [ "field_display_policy", "configuration_template", "help", "get", "export_bulkload_template", "list", "update", "remove", "transform", "add", "export", "migration", "bulk_update_form" ], "pagination": { "direction": "asc", "order_by": "name", "maximum_limit": 2000, "skip": 0, "current": "/api/data/DataModel/?skip=0&limit=3&order_by=name&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 508 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.1", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/data/DataModel/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/DataModel/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "bulk_update_form": { "support_async": false, "class": "update", "href": "/api/data/DataModel/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Bulk Modify" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/DataModel/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/data/DataModel/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/DataModel/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/DataModel/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "configuration_template": { "support_async": false, "class": "config", "href": "/api/data/DataModel/configuration_template/?hierarchy=[hierarchy]", "method": "GET", "title": "Configuration Template" } }, { "field_display_policy": { "support_async": false, "class": "display_policy", "href": "/api/data/DataModel/field_display_policy/?hierarchy=[hierarchy]", "method": "GET", "title": "Field Display Policy" } }, { "migration": { "support_async": false, "class": "migration", "href": "/api/data/DataModel/migration/?hierarchy=[hierarchy]", "method": "GET", "title": "Migration Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/data/DataModel/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/DataModel/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } }, { "transform": { "support_async": false, "class": "transform", "href": "/api/data/DataModel/transform/?hierarchy=[hierarchy]", "method": "GET", "title": "Transform Template" } } ], "model_type": "data/DataModel", "model_specific_actions": [ "add", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "transform", "remove", "tag", "tag_version", "update", "visualize" ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "6304f5934efbec3d13c61944", "meta": { "tags": [ "base", "core" ], "cached": true, "title": "AccessProfile", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.1", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6304f5934efbec3d13c61944", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "version_tag": "0.1.8", "model_type": "data/DataModel", "path": [ "6t0ggef2c0deab00hb595101", "6304f5934efbec3d13c61944" ], "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "visualize": { "support_async": false, "class": "visualize", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/visualize/", "method": "GET", "title": "Visualize" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/+tag/", "class": "tag", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/+tag_version/", "class": "tag_version", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/help", "method": "GET", "title": "Help" } } ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [ { "pkid": "6304f5934efbec3d13c61946", "version": "0.1", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5934efbec3d13c61946" }, { "pkid": "6304f5944efbec3d13c61949", "version": "0.1.1", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5944efbec3d13c61949" }, { "pkid": "6304f5954efbec3d13c6194c", "version": "0.1.5", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5954efbec3d13c6194c" }, { "pkid": "6304f5954efbec3d13c6194f", "version": "0.1.6", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5954efbec3d13c6194f" }, { "pkid": "6304f5964efbec3d13c61952", "version": "0.1.7", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5964efbec3d13c61952" }, { "pkid": "6304f5964efbec3d13c61955", "version": "0.1.8", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5964efbec3d13c61955" } ] }, "data": { "name": "AccessProfile", "pkid": "6304f5934efbec3d13c61945", "doc": "Access profiles define model types that a user is permitted to access. Access profiles are assigned to users via Roles", "Meta": { "operations": [ "add", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "remove", "tag", "tag_version", "update" ], "attr_props": [ { "required": true, "type": "string", "description": "The name that is given to the Access Profile.", "name": "name", "title": "Name" }, { "required": false, "type": "string", "description": "A description for the Access Profile.", "name": "description", "title": "Description" }, { "required": false, "type": "boolean", "description": "Enabling this flag, grants the user full system access.", "name": "full_access", "title": "Full Access" }, { "description": "The list of miscellaneous operations permitted by this Access Profile.", "title": "Miscellaneous Permissions", "items": { "type": "string", "choices": [ { "value": "", "title": "" } ] }, "required": false, "type": "array", "name": "miscellaneous_permissions" }, { "description": "The list of types that are permitted by this Access Profile.", "title": "Type Specific Permissions", "items": { "attr_props": [ { "description": "The type that is permitted by this Access Profile. This field supports the use of the * wildcard.", "format": "uri", "required": true, "target": "", "title": "Permitted Type", "type": "string", "name": "type" }, { "description": "The operations that are permitted by this Access Profile for the given type.", "title": "Permitted Operations", "items": { "type": "string", "choices": [ { "value": "", "title": "" } ] }, "required": true, "type": "array", "name": "operations" } ], "type": "object" }, "required": false, "type": "array", "name": "type_specific_permissions" } ], "summary_attrs": [ "name", "description" ], "visible_at_lower_hierarchy": true, "constraints": [ { "hierarchy": true, "unique": [ "name" ], "business_key": true } ] }, "hierarchy_friendly_name": "sys (System)", "hierarchy_path": "sys" } }, { "pkid": "6304f71c4efbec3d13c621f8", "meta": { "tags": [ "base", "core" ], "cached": true, "title": "activedirectory", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.1", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6304f71c4efbec3d13c621f8", "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "version_tag": "0.1.7", "model_type": "data/DataModel", "path": [ "6t0ggef2c0deab00hb595101", "6304f71c4efbec3d13c621f8" ], "actions": [ { "update": { "support_async": true, "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "clone": { "support_async": false, "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/clone/?schema=&schema_rules=true", "title": "Clone", "class": "clone", "method": "GET" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "visualize": { "support_async": false, "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/visualize/", "title": "Visualize", "class": "visualize", "method": "GET" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/data/DataModel/6304f71c4efbec3d13c621f8/help", "title": "Help", "class": "help", "method": "GET" } } ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [ { "pkid": "6304f71d4efbec3d13c621fa", "version": "0.1.6", "href": "/api/v0/data/DataModel/6304f71c4efbec3d13c621f8/?cached=6304f71d4efbec3d13c621fa" }, { "pkid": "6304f71d4efbec3d13c621fd", "version": "0.1.7", "href": "/api/v0/data/DataModel/6304f71c4efbec3d13c621f8/?cached=6304f71d4efbec3d13c621fd" } ] }, "data": { "name": "activedirectory", "pkid": "6304f71d4efbec3d13c621f9", "doc": "Stores the connection parameters of an Active Directory instance.", "Meta": { "operations": [ "add", "bulk_update_form", "clone", "configuration_template", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "remove", "test_connect", "update" ], "attr_props": [ { "choices": [ { "value": "69", "title": "Windows Server 2012 R2" } ], "required": true, "type": "string", "name": "version", "title": "Version" }, { "required": true, "type": "string", "name": "host", "title": "Host Name" }, { "required": true, "type": "string", "name": "username", "title": "Username" }, { "is_password": true, "name": "password", "title": "Password", "required": true, "store_encrypted": true, "type": "string" }, { "required": true, "type": "string", "name": "domain_name", "title": "Domain Name" }, { "required": true, "type": "string", "name": "domain_username", "title": "Domain Username" }, { "is_password": true, "name": "domain_password", "title": "Domain Password", "required": true, "store_encrypted": true, "type": "string" }, { "default": "*", "required": true, "type": "string", "name": "active_directory_filter", "title": "Active Directory Filter" }, { "default": "", "required": false, "type": "string", "name": "active_directory_searchbase", "title": "Active Directory SearchBase" }, { "attr_props": [ { "items": { "attr_props": [ { "default": "string", "type": "string", "name": "model_from", "title": "Model From" }, { "default": "string", "type": "string", "name": "model_from_attribute", "title": "Model From Attribute" }, { "default": "string", "type": "string", "name": "model_to", "title": "Model To" }, { "default": "string", "type": "string", "name": "model_to_target_attribute", "title": "Model To Target Attribute" }, { "default": "string", "type": "string", "name": "model_to_display_attribute", "title": "Model To Display Attribute" } ], "type": "object" }, "type": "array", "name": "mappings", "title": "Mappings" } ], "type": "object", "name": "model_relation_mapping", "title": "Model Relation Mapping" } ], "summary_attrs": [ "domain_name", "host" ], "constraints": [ { "hierarchy": true, "unique": [ "host" ], "business_key": true } ] }, "hierarchy_friendly_name": "sys (System)", "hierarchy_path": "sys" } }, { "pkid": "6304f71e4efbec3d13c62201", "meta": { "tags": [ "base", "core" ], "cached": true, "title": "activedirectoryhybrid", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.1", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "6304f71e4efbec3d13c62201", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/" } ], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "version_tag": "0.1.7", "model_type": "data/DataModel", "path": [ "6t0ggef2c0deab00hb595101", "6304f71e4efbec3d13c62201" ], "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/", "class": "delete", "title": "Delete" } }, { "clone": { "support_async": false, "method": "GET", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/clone/?schema=&schema_rules=true", "class": "clone", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "visualize": { "support_async": false, "method": "GET", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/visualize/", "class": "visualize", "title": "Visualize" } }, { "tag": { "title": "Tag", "support_async": true, "class": "tag", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/+tag/", "method": "PATCH", "view": "/api/view/TagNameForm/add/" } }, { "tag_version": { "title": "Tag Version", "support_async": true, "class": "tag_version", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/+tag_version/", "method": "PATCH", "view": "/api/view/TagVersionForm/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/data/DataModel/6304f71e4efbec3d13c62201/help", "class": "help", "title": "Help" } } ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [ { "pkid": "6304f71e4efbec3d13c62203", "version": "0.1.6", "href": "/api/v0/data/DataModel/6304f71e4efbec3d13c62201/?cached=6304f71e4efbec3d13c62203" }, { "pkid": "6304f71f4efbec3d13c62206", "version": "0.1.7", "href": "/api/v0/data/DataModel/6304f71e4efbec3d13c62201/?cached=6304f71f4efbec3d13c62206" } ] }, "data": { "name": "activedirectoryhybrid", "pkid": "6304f71e4efbec3d13c62202", "doc": "Stores the connection parameters of an Active Directory Hybrid instance.", "Meta": { "operations": [ "add", "bulk_update_form", "clone", "configuration_template", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "remove", "test_connect", "update" ], "attr_props": [ { "choices": [ { "value": "69", "title": "Windows Server 2012 R2" } ], "required": true, "type": "string", "name": "version", "title": "Version" }, { "required": true, "type": "string", "name": "host", "title": "Host Name" }, { "required": true, "type": "string", "name": "username", "title": "Username" }, { "is_password": true, "name": "password", "title": "Password", "required": true, "store_encrypted": true, "type": "string" }, { "required": true, "type": "string", "name": "domain_name", "title": "Domain Name" }, { "required": true, "type": "string", "name": "domain_username", "title": "Domain Username" }, { "is_password": true, "name": "domain_password", "title": "Domain Password", "required": true, "store_encrypted": true, "type": "string" }, { "default": "*", "required": true, "type": "string", "name": "active_directory_filter", "title": "Active Directory Filter" }, { "default": "", "required": false, "type": "string", "name": "active_directory_searchbase", "title": "Active Directory SearchBase" }, { "default": true, "type": "boolean", "description": "If enabled, Powershell sessions will be re-used if possible,", "name": "reuse_sessions", "title": "Reuse Sessions" }, { "attr_props": [ { "items": { "attr_props": [ { "default": "string", "type": "string", "name": "model_from", "title": "Model From" }, { "default": "string", "type": "string", "name": "model_from_attribute", "title": "Model From Attribute" }, { "default": "string", "type": "string", "name": "model_to", "title": "Model To" }, { "default": "string", "type": "string", "name": "model_to_target_attribute", "title": "Model To Target Attribute" }, { "default": "string", "type": "string", "name": "model_to_display_attribute", "title": "Model To Display Attribute" } ], "type": "object" }, "type": "array", "name": "mappings", "title": "Mappings" } ], "type": "object", "name": "model_relation_mapping", "title": "Model Relation Mapping" } ], "summary_attrs": [ "domain_name", "host" ], "constraints": [ { "hierarchy": true, "unique": [ "host" ], "business_key": true } ] }, "hierarchy_friendly_name": "sys (System)", "hierarchy_path": "sys" } } ] }
(Show the first instance)
{ "pkid": "6304f5934efbec3d13c61944", "meta": { "tags": [ "base", "core" ], "cached": false, "title": "AccessProfile", "business_key": { "hierarchy": false, "unique": [ "name" ] }, "schema_version": "0.1", "references": { "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "self": [ { "pkid": "6304f5934efbec3d13c61944", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/" } ], "foreign_key": [], "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "children": [] }, "version_tag": "0.1.8", "model_type": "data/DataModel", "path": [ "6t0ggef2c0deab00hb595101", "6304f5934efbec3d13c61944" ], "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "visualize": { "support_async": false, "class": "visualize", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/visualize/?hierarchy=[hierarchy]", "method": "GET", "title": "Visualize" } }, { "tag": { "title": "Tag", "support_async": true, "method": "PATCH", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/+tag/?hierarchy=[hierarchy]", "class": "tag", "view": "/api/view/TagNameForm/add/?auth_token=[authtoken] } }, { "tag_version": { "title": "Tag Version", "support_async": true, "method": "PATCH", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/+tag_version/?hierarchy=[hierarchy]", "class": "tag_version", "view": "/api/view/TagVersionForm/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/DataModel/6304f5934efbec3d13c61944/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "summary_attrs": [ { "name": "name", "title": "Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [ { "pkid": "6304f5934efbec3d13c61946", "version": "0.1", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5934efbec3d13c61946" }, { "pkid": "6304f5944efbec3d13c61949", "version": "0.1.1", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5944efbec3d13c61949" }, { "pkid": "6304f5954efbec3d13c6194c", "version": "0.1.5", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5954efbec3d13c6194c" }, { "pkid": "6304f5954efbec3d13c6194f", "version": "0.1.6", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5954efbec3d13c6194f" }, { "pkid": "6304f5964efbec3d13c61952", "version": "0.1.7", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5964efbec3d13c61952" }, { "pkid": "6304f5964efbec3d13c61955", "version": "0.1.8", "href": "/api/v0/data/DataModel/6304f5934efbec3d13c61944/?cached=6304f5964efbec3d13c61955" } ] }, "data": { "pkid": "6304f5934efbec3d13c61945", "doc": "Access profiles define model types that a user is permitted to access. Access profiles are assigned to users via Roles", "Meta": { "operations": [ "add", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "get", "help", "list", "migration", "remove", "tag", "tag_version", "update" ], "summary_attrs": [ "name", "description" ], "attr_props": [ { "title": "Name", "required": true, "type": "string", "description": "The name that is given to the Access Profile.", "name": "name" }, { "title": "Description", "required": false, "type": "string", "description": "A description for the Access Profile.", "name": "description" }, { "title": "Full Access", "required": false, "type": "boolean", "description": "Enabling this flag, grants the user full system access.", "name": "full_access" }, { "description": "The list of miscellaneous operations permitted by this Access Profile.", "title": "Miscellaneous Permissions", "items": { "type": "string", "choices": [ { "value": "", "title": "" } ] }, "required": false, "type": "array", "name": "miscellaneous_permissions" }, { "description": "The list of types that are permitted by this Access Profile.", "title": "Type Specific Permissions", "items": { "type": "object", "attr_props": [ { "target": "", "title": "Permitted Type", "format": "uri", "required": true, "name": "type", "type": "string", "description": "The type that is permitted by this Access Profile. This field supports the use of the * wildcard." }, { "description": "The operations that are permitted by this Access Profile for the given type.", "title": "Permitted Operations", "items": { "type": "string", "choices": [ { "value": "", "title": "" } ] }, "required": true, "type": "array", "name": "operations" } ] }, "required": false, "type": "array", "name": "type_specific_permissions" } ], "visible_at_lower_hierarchy": true, "constraints": [ { "hierarchy": true, "unique": [ "name" ], "business_key": true } ] }, "name": "AccessProfile" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/DataModel. | GET | /api/data/DataModel/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/DataModel as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/DataModel/[pkid]/ | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/DataModel/[pkid]/ | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/DataModel/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/DataModel/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of data/DataModel; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/DataModel/[pkid]/export/ |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of data/DataModel and the JSON format can be used to import instances of data/DataModel.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Visualize | GET | /api/data/DataModel/[pkid]/visualize/ | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Tag | PATCH | /api/data/DataModel/[pkid]/+tag/ | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/DataModel/[pkid]/ | hierarchy=[hierarchy] | The data/DataModel instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/DataModel/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/DataModel. |