string-attribute
schema/components/string-attribute/1.1.0/string-attribute.schema.json
A string attribute stores a list of string values. It uses attribute_type = "string".
values— An array of string values, one per geometric element.- Inherits from base-continuous-attribute.
Used by: channel-attribute, one-of-attribute.
Properties
string-attribute (v1.1.0)
List of attributes that are just strings.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | The name of the attribute | ⬆️ ✅ |
| key | String | An identifier of the attribute, used to keep track of the attribute when it is renamed. | |
| The identifier must be unique within an attribute list. | ⬆️ ✅ | ||
| attribute_type | String | Type of the attribute. | ⬆️ ✅ |
| attribute_description | attribute-description | The attribute description record. | ⬆️ |
| attribute_type | String | ✅ | |
| values | string-array | List of strings. One per item. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |