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 Name | Type | Required | Description |
---|---|---|---|
attributeCode | Guc | true | The code of the attribute to use |
path | string | false | The 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"
}
}