{
  "initiative": {
    "key": "akiya-kanri",
    "name": "空き家管理"
  },
  "app": {
    "key": "akiya-tsuuhou",
    "name": "空き家通報",
    "category": "都市整備部",
    "tags": [
      "通報受付"
    ],
    "description": "管理不全な空き家の通報を位置情報付きで受け付け、対応状況を管理する業務アプリ。",
    "status": "完了",
    "appId": 445
  },
  "source": "apps.yaml",
  "exportedAt": "2026-07-03T12:04:44.235Z",
  "fields": [
    {
      "code": "hakken_basho",
      "label": "発見場所（住所・目印）",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "tsuuhou_naiyou",
      "label": "通報内容",
      "type": "MULTI_LINE_TEXT"
    },
    {
      "code": "shashin",
      "label": "写真",
      "type": "FILE"
    },
    {
      "code": "ido",
      "label": "緯度",
      "type": "NUMBER",
      "displayScale": "8"
    },
    {
      "code": "keido",
      "label": "経度",
      "type": "NUMBER",
      "displayScale": "8"
    },
    {
      "code": "tsuuhousha_shimei",
      "label": "通報者氏名",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "tsuuhousha_denwa",
      "label": "通報者電話番号",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "tsuuhousha_email",
      "label": "通報者メールアドレス",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "tsuuhou_keiro",
      "label": "通報経路",
      "type": "RADIO_BUTTON",
      "options": {
        "電話": {
          "label": "電話",
          "index": "0"
        },
        "メール": {
          "label": "メール",
          "index": "1"
        },
        "窓口": {
          "label": "窓口",
          "index": "2"
        },
        "その他": {
          "label": "その他",
          "index": "3"
        }
      }
    },
    {
      "code": "taiou_joukyou",
      "label": "対応状況",
      "type": "DROP_DOWN",
      "options": {
        "未対応": {
          "label": "未対応",
          "index": "0"
        },
        "現地確認中": {
          "label": "現地確認中",
          "index": "1"
        },
        "空き家マスタ登録済": {
          "label": "空き家マスタ登録済",
          "index": "2"
        },
        "対応不要": {
          "label": "対応不要",
          "index": "3"
        }
      }
    }
  ],
  "layout": [
    {
      "group": "通報内容",
      "code": "group_0",
      "rows": [
        [
          "hakken_basho"
        ],
        [
          "tsuuhou_naiyou"
        ],
        [
          "shashin"
        ],
        [
          "ido",
          "keido"
        ]
      ]
    },
    [
      {
        "spacer": "map",
        "height": 400
      }
    ],
    {
      "group": "通報者情報",
      "code": "group_1",
      "rows": [
        [
          "tsuuhousha_shimei"
        ],
        [
          "tsuuhousha_denwa",
          "tsuuhousha_email"
        ],
        [
          "tsuuhou_keiro"
        ]
      ]
    },
    {
      "group": "対応状況",
      "code": "group_2",
      "rows": [
        [
          "taiou_joukyou"
        ]
      ]
    }
  ]
}