{
  "$schema": "https://json-schema.org/draft/2019-09/schema",
  "title": "rich menu request",
  "description": "リッチメニューリクエスト",
  "type": "object",
  "allOf": [{ "$ref": "../rich-menu/rich-menu-base.json" }],
  "additionalProperties": false,
  "properties": {
    "status": {},
    "selected": {},
    "name": {},
    "chat_bar_text": {},
    "size": {
      "description": "リッチメニューのサイズ",
      "$ref": "../rich-menu/rich-menu-size.json"
    },
    "areas": {
      "type": "array",
      "description": "リッチメニューエリアの配列",
      "maxItems": 20,
      "items": {
        "$ref": "../rich-menu/rich-menu-area.json"
      }
    },
    "background": {
      "$ref": "../id-object.json"
    }
  }
}
