{
  "initiative": {
    "key": "keikanhou-todokede-kanri",
    "name": "景観法届出管理"
  },
  "app": {
    "key": "keikanhou-todokede",
    "name": "16条届出",
    "category": "都市整備部",
    "tags": [
      "許可・届出"
    ],
    "description": "景観法第16条に基づく大規模建築物等・(特別)景観形成地区内の届出を位置情報付きで受け付け、届出状況を管理する業務アプリ。事前協議アプリとはルックアップ連携せず、事前協議側のアクションボタンからの遷移を想定する(アクションボタン自体の実装は対象外)。",
    "status": "完了",
    "appId": 403
  },
  "source": "apps.yaml",
  "exportedAt": "2026-07-03T12:04:44.229Z",
  "fields": [
    {
      "code": "todokede_kubun",
      "label": "届出区分",
      "type": "RADIO_BUTTON",
      "required": true,
      "options": {
        "大規模建築物等": {
          "label": "大規模建築物等",
          "index": "0"
        },
        "(特別)景観形成地区内": {
          "label": "(特別)景観形成地区内",
          "index": "1"
        }
      }
    },
    {
      "code": "todokedesha_jusho",
      "label": "届出者住所",
      "type": "SINGLE_LINE_TEXT",
      "required": true
    },
    {
      "code": "todokedesha_shimei",
      "label": "届出者氏名",
      "type": "SINGLE_LINE_TEXT",
      "required": true
    },
    {
      "code": "todokedesha_denwa",
      "label": "届出者電話番号",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "sekkeisha_jusho_shimei",
      "label": "設計者の住所・氏名",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "sekkeisha_denwa",
      "label": "設計者電話番号",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "sekoushop_jusho_shimei",
      "label": "施工者の住所・氏名",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "sekoushop_denwa",
      "label": "施工者電話番号",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "chimei_chiban",
      "label": "地名地番",
      "type": "SINGLE_LINE_TEXT",
      "required": true
    },
    {
      "code": "youto_chiiki",
      "label": "用途地域",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "bouka_junbouka",
      "label": "防火・準防火区分",
      "type": "DROP_DOWN",
      "options": {
        "防火地域": {
          "label": "防火地域",
          "index": "0"
        },
        "準防火地域": {
          "label": "準防火地域",
          "index": "1"
        },
        "その他": {
          "label": "その他",
          "index": "2"
        }
      }
    },
    {
      "code": "sonota_chiku",
      "label": "その他区域(風致地区・地区計画等)",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "keikan_keisei_chiku_meishou",
      "label": "(特別)景観形成地区の名称",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "koui_shubetsu_tatemono",
      "label": "建築物の行為の種類",
      "type": "CHECK_BOX",
      "options": {
        "新築": {
          "label": "新築",
          "index": "0"
        },
        "増築": {
          "label": "増築",
          "index": "1"
        },
        "改築": {
          "label": "改築",
          "index": "2"
        },
        "移転": {
          "label": "移転",
          "index": "3"
        },
        "外観に係る修繕・模様替え": {
          "label": "外観に係る修繕・模様替え",
          "index": "4"
        },
        "色彩の変更": {
          "label": "色彩の変更",
          "index": "5"
        }
      }
    },
    {
      "code": "koui_shubetsu_kousakubutsu",
      "label": "工作物の行為の種類",
      "type": "CHECK_BOX",
      "options": {
        "新設": {
          "label": "新設",
          "index": "0"
        },
        "増築": {
          "label": "増築",
          "index": "1"
        },
        "改築": {
          "label": "改築",
          "index": "2"
        },
        "移転": {
          "label": "移転",
          "index": "3"
        },
        "外観に係る修繕・模様替え": {
          "label": "外観に係る修繕・模様替え",
          "index": "4"
        },
        "色彩の変更": {
          "label": "色彩の変更",
          "index": "5"
        }
      }
    },
    {
      "code": "kenchikubutsu_youto",
      "label": "建築物の用途",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "kenchikubutsu_kouzou",
      "label": "建築物の構造",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "kaisuu_chijou",
      "label": "階数(地上)",
      "type": "NUMBER",
      "unit": "階",
      "unitPosition": "AFTER"
    },
    {
      "code": "kaisuu_chika",
      "label": "階数(地下)",
      "type": "NUMBER",
      "unit": "階",
      "unitPosition": "AFTER"
    },
    {
      "code": "shikichi_menseki",
      "label": "敷地面積",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "kenchiku_menseki_todokede",
      "label": "建築面積(届出部分)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "kenchiku_menseki_igai",
      "label": "建築面積(届出以外の部分)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "kenchiku_menseki_goukei",
      "label": "建築面積(合計)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "nobe_menseki_todokede",
      "label": "延べ面積(届出部分)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "nobe_menseki_igai",
      "label": "延べ面積(届出以外の部分)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "nobe_menseki_goukei",
      "label": "延べ面積(合計)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "kenchikubutsu_takasa",
      "label": "建築物の高さ",
      "type": "NUMBER",
      "unit": "m",
      "unitPosition": "AFTER"
    },
    {
      "code": "yane_shiage",
      "label": "屋根仕上げ",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "yane_shikisai",
      "label": "屋根色彩(マンセル記号)",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "gaiheki_shiage",
      "label": "外壁仕上げ",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "gaiheki_shikisai",
      "label": "外壁色彩(マンセル記号)",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "kousakubutsu_shurui",
      "label": "工作物の種類",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "kousakubutsu_kouzou",
      "label": "工作物の構造",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "chikuzou_menseki_todokede",
      "label": "築造面積(届出部分)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "chikuzou_menseki_igai",
      "label": "築造面積(届出以外の部分)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "chikuzou_menseki_goukei",
      "label": "築造面積(合計)",
      "type": "NUMBER",
      "unit": "㎡",
      "unitPosition": "AFTER"
    },
    {
      "code": "kousakubutsu_takasa",
      "label": "工作物の高さ",
      "type": "NUMBER",
      "unit": "m",
      "unitPosition": "AFTER"
    },
    {
      "code": "kousakubutsu_gaikan_shiage",
      "label": "工作物外観仕上げ",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "kousakubutsu_gaikan_shikisai",
      "label": "工作物外観色彩(マンセル記号)",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "chakushu_yotei_bi",
      "label": "着手予定年月日",
      "type": "DATE"
    },
    {
      "code": "kanryo_yotei_bi",
      "label": "完了予定年月日",
      "type": "DATE"
    },
    {
      "code": "kanren_tosho",
      "label": "関係図書",
      "type": "FILE"
    },
    {
      "code": "todokede_joukyou",
      "label": "届出状況",
      "type": "DROP_DOWN",
      "options": {
        "受付": {
          "label": "受付",
          "index": "0"
        },
        "確認中": {
          "label": "確認中",
          "index": "1"
        },
        "受理": {
          "label": "受理",
          "index": "2"
        },
        "差戻し": {
          "label": "差戻し",
          "index": "3"
        },
        "取下げ": {
          "label": "取下げ",
          "index": "4"
        }
      }
    },
    {
      "code": "biko",
      "label": "備考",
      "type": "MULTI_LINE_TEXT"
    },
    {
      "code": "ido",
      "label": "緯度",
      "type": "NUMBER",
      "displayScale": "8"
    },
    {
      "code": "keido",
      "label": "経度",
      "type": "NUMBER",
      "displayScale": "8"
    }
  ],
  "layout": [
    {
      "group": "届出者情報",
      "code": "group_0",
      "rows": [
        [
          "todokede_kubun"
        ],
        [
          "todokedesha_jusho",
          "todokedesha_shimei"
        ],
        [
          "todokedesha_denwa"
        ],
        [
          "sekkeisha_jusho_shimei",
          "sekkeisha_denwa"
        ],
        [
          "sekoushop_jusho_shimei",
          "sekoushop_denwa"
        ]
      ]
    },
    {
      "group": "行為の場所",
      "code": "group_1",
      "rows": [
        [
          "chimei_chiban",
          "youto_chiiki"
        ],
        [
          "bouka_junbouka"
        ],
        [
          "sonota_chiku"
        ],
        [
          "keikan_keisei_chiku_meishou"
        ],
        [
          "ido",
          "keido"
        ]
      ]
    },
    [
      {
        "spacer": "map",
        "height": 400
      }
    ],
    {
      "group": "行為の種類",
      "code": "group_2",
      "rows": [
        [
          "koui_shubetsu_tatemono"
        ],
        [
          "koui_shubetsu_kousakubutsu"
        ]
      ]
    },
    {
      "group": "建築物の概要",
      "code": "group_3",
      "rows": [
        [
          "kenchikubutsu_youto",
          "kenchikubutsu_kouzou"
        ],
        [
          "kaisuu_chijou",
          "kaisuu_chika"
        ],
        [
          "shikichi_menseki"
        ],
        [
          "kenchiku_menseki_todokede",
          "kenchiku_menseki_igai",
          "kenchiku_menseki_goukei"
        ],
        [
          "nobe_menseki_todokede",
          "nobe_menseki_igai",
          "nobe_menseki_goukei"
        ],
        [
          "kenchikubutsu_takasa"
        ],
        [
          "yane_shiage",
          "yane_shikisai"
        ],
        [
          "gaiheki_shiage",
          "gaiheki_shikisai"
        ]
      ]
    },
    {
      "group": "工作物の概要",
      "code": "group_4",
      "rows": [
        [
          "kousakubutsu_shurui",
          "kousakubutsu_kouzou"
        ],
        [
          "chikuzou_menseki_todokede",
          "chikuzou_menseki_igai",
          "chikuzou_menseki_goukei"
        ],
        [
          "kousakubutsu_takasa"
        ],
        [
          "kousakubutsu_gaikan_shiage",
          "kousakubutsu_gaikan_shikisai"
        ]
      ]
    },
    {
      "group": "予定・添付・状況",
      "code": "group_5",
      "rows": [
        [
          "chakushu_yotei_bi",
          "kanryo_yotei_bi"
        ],
        [
          "kanren_tosho"
        ],
        [
          "todokede_joukyou"
        ],
        [
          "biko"
        ]
      ]
    }
  ]
}