Attributes List Object
Properties
Name | Type | Description |
total | integer | Total number of attributes in the given collection. |
attributes | array of attributeBoolean attributeInteger attributeFloat attributeEmail attributeEnum attributeUrl attributeIp attributeDatetime attributeString | List of attributes. |
Examples
JSON
{
"total": 5,
"attributes": {
"key": "isEnabled",
"type": "boolean",
"status": "available",
"required": true,
"array": false,
"default": false
}
}