Skip to main content

Attribute

How to use the Attribute value type

The Attribute value type represents a single attribute value on the context specified by its path (root context if no path).

Properties

Property NameTypeRequiredDescription
attributeCodeGuctrueThe code of the attribute to use
pathstringfalseThe path string which defines the hops required to get to the data source that includes the attribute

Allowed Children

None

Requirements

N/A

Return Type

number, string, boolean, date

Example

{
"type": "Attribute",
"properties": {
"attributeCode": "attributes_welcomesName"
}
}