{
  "initiative": {
    "key": "hinanjo-saigai-kanri",
    "name": "避難所・災害対応拠点管理"
  },
  "app": {
    "key": "konzatsu-joukyou",
    "name": "混雑状況",
    "category": "business",
    "tags": [
      "map",
      "business",
      "disaster"
    ],
    "description": "施設・避難所マスタを参照し、各避難所の混雑状況を記録・共有する業務アプリ。",
    "status": "完了",
    "appId": 342
  },
  "source": "kintone (live)",
  "exportedAt": "2026-07-02T06:00:59.050Z",
  "fields": [
    {
      "type": "NUMBER",
      "code": "teiin_ninzuu",
      "label": "定員(収容人数)",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "人",
      "unitPosition": "AFTER"
    },
    {
      "type": "DATETIME",
      "code": "houkoku_nichiji",
      "label": "報告日時",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "MULTI_LINE_TEXT",
      "code": "biko",
      "label": "備考",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "NUMBER",
      "code": "genzai_ninzuu",
      "label": "現在の避難者数",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "人",
      "unitPosition": "AFTER"
    },
    {
      "type": "GROUP",
      "code": "group_0",
      "label": "混雑状況報告",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "RADIO_BUTTON",
      "code": "konzatsu_joukyou",
      "label": "混雑状況",
      "noLabel": false,
      "required": true,
      "options": {
        "空きあり": {
          "label": "空きあり",
          "index": "0"
        },
        "受入不可": {
          "label": "受入不可",
          "index": "3"
        },
        "やや混雑": {
          "label": "やや混雑",
          "index": "1"
        },
        "満員": {
          "label": "満員",
          "index": "2"
        }
      },
      "defaultValue": "空きあり",
      "align": "HORIZONTAL"
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "taisho_shisetsu",
      "label": "対象施設",
      "noLabel": false,
      "required": true,
      "lookup": {
        "relatedApp": {
          "app": "340",
          "code": ""
        },
        "relatedKeyField": "shisetsu_bangou",
        "fieldMappings": [
          {
            "field": "teiin_ninzuu",
            "relatedField": "shuuyou_ninzuu"
          }
        ],
        "lookupPickerFields": [
          "shisetsu_bangou",
          "shisetsu_mei",
          "hinanjo_shubetsu"
        ],
        "filterCond": "",
        "sort": "Record_number desc"
      }
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "houkokusha",
      "label": "報告者",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    }
  ],
  "layout": [
    {
      "type": "GROUP",
      "code": "group_0",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "taisho_shisetsu",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "NUMBER",
              "code": "teiin_ninzuu",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "DATETIME",
              "code": "houkoku_nichiji",
              "size": {
                "width": "185"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "RADIO_BUTTON",
              "code": "konzatsu_joukyou",
              "size": {
                "width": "168"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "NUMBER",
              "code": "genzai_ninzuu",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "houkokusha",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "MULTI_LINE_TEXT",
              "code": "biko",
              "size": {
                "width": "315",
                "innerHeight": "125"
              }
            }
          ]
        }
      ]
    }
  ]
}