{
  "initiative": {
    "key": "suigaiji-incident-kanri",
    "name": "水害時インシデント管理"
  },
  "app": {
    "key": "suigaiji-incident-houkoku",
    "name": "水害時インシデント報告",
    "category": "business",
    "tags": [
      "map",
      "business",
      "disaster"
    ],
    "description": "水害時の浸水家屋・通行止め・土砂崩れ等のインシデントを位置情報付きで受け付け、対応状況を管理する業務アプリ。",
    "status": "完了",
    "appId": 323
  },
  "source": "kintone (live)",
  "exportedAt": "2026-07-02T06:00:59.904Z",
  "fields": [
    {
      "type": "DATE",
      "code": "taiou_bi",
      "label": "対応日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "RADIO_BUTTON",
      "code": "houkoku_keiro",
      "label": "通報経路",
      "noLabel": false,
      "required": true,
      "options": {
        "電話": {
          "label": "電話",
          "index": "0"
        },
        "メール": {
          "label": "メール",
          "index": "1"
        },
        "その他": {
          "label": "その他",
          "index": "3"
        },
        "窓口": {
          "label": "窓口",
          "index": "2"
        }
      },
      "defaultValue": "電話",
      "align": "HORIZONTAL"
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "basho",
      "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": "SINGLE_LINE_TEXT",
      "code": "houkokusha_shimei",
      "label": "通報者氏名",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "DROP_DOWN",
      "code": "taiou_joukyou",
      "label": "対応状況",
      "noLabel": false,
      "required": false,
      "options": {
        "未対応": {
          "label": "未対応",
          "index": "0"
        },
        "対応中": {
          "label": "対応中",
          "index": "2"
        },
        "確認中": {
          "label": "確認中",
          "index": "1"
        },
        "対応済": {
          "label": "対応済",
          "index": "3"
        }
      },
      "defaultValue": ""
    },
    {
      "type": "RADIO_BUTTON",
      "code": "incident_shubetsu",
      "label": "インシデント種別",
      "noLabel": false,
      "required": true,
      "options": {
        "浸水家屋": {
          "label": "浸水家屋",
          "index": "0"
        },
        "倒木": {
          "label": "倒木",
          "index": "4"
        },
        "土砂崩れ": {
          "label": "土砂崩れ",
          "index": "2"
        },
        "冠水": {
          "label": "冠水",
          "index": "3"
        },
        "その他": {
          "label": "その他",
          "index": "5"
        },
        "通行止め": {
          "label": "通行止め",
          "index": "1"
        }
      },
      "defaultValue": "浸水家屋",
      "align": "HORIZONTAL"
    },
    {
      "type": "GROUP",
      "code": "group_1",
      "label": "通報者情報",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "GROUP",
      "code": "group_0",
      "label": "インシデント内容",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "MULTI_LINE_TEXT",
      "code": "taiou_naiyou",
      "label": "対応内容",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "GROUP",
      "code": "group_2",
      "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"
    },
    {
      "type": "MULTI_LINE_TEXT",
      "code": "incident_naiyou",
      "label": "詳細内容",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "houkokusha_denwa",
      "label": "通報者電話番号",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "FILE",
      "code": "gazou",
      "label": "画像",
      "noLabel": false,
      "required": false,
      "thumbnailSize": "50"
    }
  ],
  "layout": [
    {
      "type": "GROUP",
      "code": "group_0",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "RADIO_BUTTON",
              "code": "incident_shubetsu",
              "size": {
                "width": "168"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "basho",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "MULTI_LINE_TEXT",
              "code": "incident_naiyou",
              "size": {
                "width": "315",
                "innerHeight": "125"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "FILE",
              "code": "gazou",
              "size": {
                "width": "207"
              }
            }
          ]
        },
        {
          "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"
          }
        }
      ]
    },
    {
      "type": "GROUP",
      "code": "group_1",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "houkokusha_shimei",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "houkokusha_denwa",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "RADIO_BUTTON",
              "code": "houkoku_keiro",
              "size": {
                "width": "168"
              }
            }
          ]
        }
      ]
    },
    {
      "type": "GROUP",
      "code": "group_2",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "DROP_DOWN",
              "code": "taiou_joukyou",
              "size": {
                "width": "196"
              }
            },
            {
              "type": "DATE",
              "code": "taiou_bi",
              "size": {
                "width": "117"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "MULTI_LINE_TEXT",
              "code": "taiou_naiyou",
              "size": {
                "width": "315",
                "innerHeight": "125"
              }
            }
          ]
        }
      ]
    }
  ]
}