{
  "initiative": {
    "key": "kinkyuu-keizai-taisaku",
    "name": "緊急経済対策"
  },
  "app": {
    "key": "tenpo-master",
    "name": "店舗マスタ",
    "category": "産業振興部",
    "tags": [
      "マスタ管理"
    ],
    "description": "対象店舗の位置(緯度経度)・業種等を管理するマスタアプリ。",
    "status": "完了",
    "appId": 365
  },
  "source": "kintone (live)",
  "exportedAt": "2026-07-02T18:22:23.944Z",
  "fields": [
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "tenpo_mei",
      "label": "店舗名",
      "noLabel": false,
      "required": true,
      "minLength": "",
      "maxLength": "64",
      "expression": "",
      "hideExpression": false,
      "unique": true,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "shuyou_shouhin_service",
      "label": "主要商品又はサービス",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "NUMBER",
      "code": "keido",
      "label": "経度",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "",
      "unitPosition": "BEFORE"
    },
    {
      "type": "RADIO_BUTTON",
      "code": "kubun",
      "label": "区分",
      "noLabel": false,
      "required": true,
      "options": {
        "中小型店": {
          "label": "中小型店",
          "index": "1"
        },
        "大型店": {
          "label": "大型店",
          "index": "0"
        }
      },
      "defaultValue": "大型店",
      "align": "HORIZONTAL"
    },
    {
      "type": "GROUP",
      "code": "group_0",
      "label": "店舗情報",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "NUMBER",
      "code": "ido",
      "label": "緯度",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "",
      "unitPosition": "BEFORE"
    }
  ],
  "layout": [
    {
      "type": "GROUP",
      "code": "group_0",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "tenpo_mei",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "RADIO_BUTTON",
              "code": "kubun",
              "size": {
                "width": "168"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "shuyou_shouhin_service",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "NUMBER",
              "code": "ido",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "NUMBER",
              "code": "keido",
              "size": {
                "width": "193"
              }
            }
          ]
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "SPACER",
          "elementId": "map",
          "size": {
            "width": "117",
            "height": "400"
          }
        }
      ]
    }
  ]
}