{
  "name": {
    "en": "Reservation",
    "ja": "予約",
    "pt": "Reserva",
    "zh-CN": "预约",
    "zh-HK": "預約"
  },
  "layout": {
    "canvases": [
      {
        "id": "main",
        "name": {
          "en": "Main Area",
          "ja": "メインエリア",
          "pt": "Área Principal",
          "zh-CN": "主区域",
          "zh-HK": "主區域"
        },
        "order": 0,
        "enabled": true,
        "mapLayer": { "showGrid": false }
      },
      {
        "id": "secondary",
        "name": {
          "en": "Secondary Area",
          "ja": "Secondary Area",
          "pt": "Secondary Area",
          "zh-CN": "副区域",
          "zh-HK": "副區域"
        },
        "order": 1,
        "enabled": true,
        "mapLayer": { "showGrid": false }
      },
      {
        "id": "vip",
        "name": {
          "en": "VIP Area",
          "ja": "VIP Area",
          "pt": "VIP Area",
          "zh-CN": "VIP 区",
          "zh-HK": "VIP 區"
        },
        "order": 2,
        "enabled": true,
        "mapLayer": { "showGrid": false }
      }
    ],
    "canvasUi": { "canCreate": true, "canEdit": true },
    "elementKindCategories": [
      { "id": "dining", "label": "Resource", "order": 0 },
      { "id": "background", "label": "Decorations", "order": 1 }
    ],
    "elementKinds": [
      {
        "value": "floorMapImage",
        "label": "Image (background)",
        "categoryId": "background",
        "dataBindingPolicy": "none",
        "showInPalette": true
      },
      {
        "label": "Bound resource",
        "value": "reservationBoundTable",
        "categoryId": "dining",
        "showInPalette": true,
        "dataBindingPolicy": "optional",
        "allowedDataSourceKeys": ["tables"],
        "nameAsTitleConfigurable": true
      },
      {
        "label": "Bound round table",
        "value": "reservationBoundRoundTable",
        "categoryId": "dining",
        "defaultShape": "circle",
        "showInPalette": true,
        "dataBindingPolicy": "optional",
        "allowedDataSourceKeys": ["tables"],
        "nameAsTitleConfigurable": true
      }
    ],
    "sceneElements": []
  },
  "canvas_width": 1920,
  "canvas_height": 1080,
  "code": "pisell_reservation"
}
