Context Attributes Input
コンテキスト属性の入力表現。
- JSON の例
-
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} - プロパティ
-
名前 型 説明 必須か省略可能 使用可能なバージョン contextAttributeId String 属性の ID。 必須 59.0 dataType String 属性のデータ型。 必須 59.0 domainSet String この属性によって参照されるカンマ区切りのノード名。 省略可能 59.0 fieldType String 属性の項目の型。 必須 59.0 isKey Boolean 置換可能機能に使用するか (true)、否か (false) を示します。 省略可能 59.0 isValue Boolean 置換可能機能に使用するか (true)、否か (false) を示します。 省略可能 59.0 name String 属性の名前。 必須 59.0 tags Context Tag Input[] 属性のタグのリスト。 省略可能 59.0