| 種類 | コード | 説明 |
|---|---|---|
| CP_SELECTBOX | 001 | 項目設定 |
| CP_SELECTBOX | 002 | 項目名 001: 直接入力 002: 選択リストを使用 |
| CP_SELECTBOX | 003 | 選択リスト |
| 属性 | タイプ | 説明 |
|---|---|---|
| attributeType | string | 属性の種類 |
| attributeId | string | 属性 ID |
| attributeName | string | 属性名 |
| attributeValue | object | 属性値 |
[ { "attributeType": "CP_SELECTBOX", "attributeId": "001", "attributeName": "項目設定", "attributeValue": { "items": [ { "itemId": "d07fbd11-1234-1234-1234-f608c0286654", "itemName": "項目名" } ] } }, { "attributeType": "CP_SELECTBOX", "attributeId": "002", "attributeName": "項目名", "attributeValue": { "items": [ { "itemId": "001", "itemName": "直接入力" } ] } }, { "attributeType": "CP_SELECTBOX", "attributeId": "003", "attributeName": "選択リスト", "attributeValue": { "items": [] } }]