Skip to main content

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".

Used by: channel-attribute, one-of-attribute.

Properties​

string-attribute (v1.1.0)​

List of attributes that are just strings.

PropertyTypeDescriptionFlags
nameStringThe name of the attribute⬆️ ✅
keyStringAn 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_typeStringType of the attribute.⬆️ ✅
attribute_descriptionattribute-descriptionThe attribute description record.⬆️
attribute_typeString✅
valuesstring-arrayList of strings. One per item.✅

Legend​

FlagDescription
⬆️Inherited property
✅Required property

Was this page helpful?