Context Attributes Input
Input representation of context attribute.
- JSON example
-
1{ 2 "contextAttributes": [ 3 { 4 "dataType": "STRING", 5 "fieldType": "INPUT", 6 "name": "Attribute_5", 7 "tags": { 8 "contextTags": [ 9 { 10 "name": "Attribute_5_Tag" 11 } 12 ] 13 } 14 }, 15 { 16 "dataType": "NUMBER", 17 "fieldType": "OUTPUT", 18 "name": "Attribute_6" 19 } 20 ] 21} - Properties
-
Name Type Description Required or Optional Available Version contextAttributeId String ID of the attribute. Required 59.0 dataType String Data type of the attribute. Required 59.0 domainSet String Comma separated node names referenced by this attribute. Optional 59.0 fieldType String Field type of the attribute. Required 59.0 isKey Boolean Specifies if it used for transposable feature (true) or not (false). Optional 59.0 isValue Boolean Specifies if it used for transposable feature (true) or not (false). Optional 59.0 name String Name of the attribute. Required 59.0 tags Context Tag Input[] List of tags for the attribute. Optional 59.0