1️⃣

S6. JSON データフォーマット

  • 書籍内で開設した 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 } ] }
      テキスト