AttributeBase
The base attribute is an object that contains the following properties:
Property | Description | Required |
---|---|---|
type | The type of the attribute. | Yes |
label | The label of the attribute. | Yes |
description | The description of the attribute. | No |
required | A boolean value that indicates whether the attribute is required. | No |
default | The default value of the attribute. | No |
searchable | A boolean value that indicates whether the attribute is searchable. | No |
readonly | A boolean value that indicates whether the attribute is read-only. | No |
systemDefined | A boolean value that indicates whether the attribute is system-defined. | No |
localizedLabels | The localized labels of the attribute. | No |
localizedDescriptions | The localized descriptions of the attribute. | No |