{
  "initiative": {
    "key": "douro-senyuu-kanri",
    "name": "道路占用管理"
  },
  "app": {
    "key": "shidou-master",
    "name": "市道マスタ",
    "category": "土木部",
    "tags": [
      "マスタ管理"
    ],
    "description": "市道認定路線調書に基づき、路線番号・路線名・起終点地番・幅員・延長・等級・認定年月日を管理するマスタアプリ。道路占用申請から路線単位で参照される。",
    "status": "完了",
    "appId": 578
  },
  "source": "kintone (live)",
  "exportedAt": "2026-08-18T05:50:12.131Z",
  "fields": [
    {
      "type": "NUMBER",
      "code": "sou_enchou",
      "label": "総延長",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "m",
      "unitPosition": "AFTER"
    },
    {
      "type": "MULTI_LINE_TEXT",
      "code": "biko",
      "label": "備考",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "rosen_bangou",
      "label": "路線番号",
      "noLabel": false,
      "required": true,
      "minLength": "",
      "maxLength": "64",
      "expression": "",
      "hideExpression": false,
      "unique": true,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "shuuten_chiban",
      "label": "終点地番",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "NUMBER",
      "code": "saishou_fukuin",
      "label": "最小道路部幅員",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "m",
      "unitPosition": "AFTER"
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "kiten_chiban",
      "label": "起点地番",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "NUMBER",
      "code": "jitsu_enchou",
      "label": "実延長",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "m",
      "unitPosition": "AFTER"
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "rosen_mei",
      "label": "路線名",
      "noLabel": false,
      "required": true,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "GROUP",
      "code": "group_0",
      "label": "路線情報",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "DATE",
      "code": "nintei_nengapi",
      "label": "認定年月日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "RADIO_BUTTON",
      "code": "toukyuu",
      "label": "等級",
      "noLabel": false,
      "required": true,
      "options": {
        "3級": {
          "label": "3級",
          "index": "2"
        },
        "2級": {
          "label": "2級",
          "index": "1"
        },
        "1級": {
          "label": "1級",
          "index": "0"
        },
        "その他": {
          "label": "その他",
          "index": "3"
        }
      },
      "defaultValue": "1級",
      "align": "HORIZONTAL"
    },
    {
      "type": "NUMBER",
      "code": "saidai_fukuin",
      "label": "最大道路部幅員",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "m",
      "unitPosition": "AFTER"
    }
  ],
  "layout": [
    {
      "type": "GROUP",
      "code": "group_0",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "rosen_bangou",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "rosen_mei",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "kiten_chiban",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "shuuten_chiban",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "NUMBER",
              "code": "saidai_fukuin",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "NUMBER",
              "code": "saishou_fukuin",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "NUMBER",
              "code": "sou_enchou",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "NUMBER",
              "code": "jitsu_enchou",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "RADIO_BUTTON",
              "code": "toukyuu",
              "size": {
                "width": "168"
              }
            },
            {
              "type": "DATE",
              "code": "nintei_nengapi",
              "size": {
                "width": "117"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "MULTI_LINE_TEXT",
              "code": "biko",
              "size": {
                "width": "315",
                "innerHeight": "125"
              }
            }
          ]
        }
      ]
    }
  ]
}