- 書籍内で開設した JSON のサンプルを 3種類掲載しておきます。
{ "type": "checkbox", "checkbox": false }
{ "type": "multi_select", "multi_select": [ { "name": "SEL1" }, { "name": "SEL2" } ] }
{ "type": "rich_text", "rich_text": [ { "type": "text", "text": { "content": "Test", "link": null }, "plain_text": "Test", "href": null } ] }
- 書籍内で説明した JSON の文法チェックサイトです。