AttributeIP 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? |
| format | string | String format. |
| default | string | Default value for attribute when not provided. Cannot be set when attribute is required. |
Examples
JSON
{
"key": "ipAddress",
"type": "string",
"status": "available",
"required": true,
"array": false,
"format": "ip",
"default": "192.0.2.0"
}