AttributeBoolean Object
Properties
| Name | Type | Description |
| key | string | Attribute Key. |
| type | string | Attribute type. |
| status | string | Attribute status. Possible values: |
| required | boolean | Is attribute required? |
| array | boolean | Is attribute an array? |
| default | boolean | Default value for attribute when not provided. Cannot be set when attribute is required. |
Examples
JSON
{
"key": "isEnabled",
"type": "boolean",
"status": "available",
"required": true,
"array": false,
"default": false
}