| 種類 | コード | 説明 |
|---|---|---|
| CP_MULTI_TEXT | 001 | 最大文字数 |
| CP_MULTI_TEXT | 002 | 入力できる値 001 : 文字 002 : 数字 003 : 特殊記号 |
| CP_MULTI_TEXT | 003 | 最大文字数の設定 001: 設定しない 002: 設定 |
| 属性 | タイプ | 説明 |
|---|---|---|
| attributeType | string | 属性の種類 |
| attributeId | string | 属性 ID |
| attributeName | string | 属性名 |
| attributeValue | object | 属性値 |
[ { "attributeType": "CP_MULTI_TEXT", "attributeId": "001", "attributeName": "最大文字数", "attributeValue": { "value": "" } }, { "attributeType": "CP_MULTI_TEXT", "attributeId": "002", "attributeName": "入力できる値", "attributeValue": { "items": [ { "itemId": "001", "itemName": "文字" }, { "itemId": "002", "itemName": "数字" }, { "itemId": "003", "itemName": "特殊記号" } ] } }, { "attributeType": "CP_MULTI_TEXT", "attributeId": "003", "attributeName": "最大文字数の設定", "attributeValue": { "items": [ { "itemId": "001", "itemName": "設定しない" } ] } }]