{
  "initiative": {
    "key": "kouen-kanri",
    "name": "公園管理"
  },
  "app": {
    "key": "kouen-shisan-kanri",
    "name": "資産管理",
    "category": "business",
    "tags": [
      "map",
      "business",
      "park"
    ],
    "description": "公園マスタを参照し、遊具・ベンチ・樹木等の資産の点検・維持管理を行う業務アプリ。",
    "status": "完了",
    "appId": 333
  },
  "source": "kintone (live)",
  "exportedAt": "2026-07-02T06:00:57.980Z",
  "fields": [
    {
      "type": "DROP_DOWN",
      "code": "genjou_joukyou",
      "label": "現在の状況",
      "noLabel": false,
      "required": false,
      "options": {
        "撤去済": {
          "label": "撤去済",
          "index": "3"
        },
        "要修繕": {
          "label": "要修繕",
          "index": "2"
        },
        "経過観察": {
          "label": "経過観察",
          "index": "1"
        },
        "良好": {
          "label": "良好",
          "index": "0"
        }
      },
      "defaultValue": ""
    },
    {
      "type": "MULTI_LINE_TEXT",
      "code": "biko",
      "label": "備考",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "shisan_meishou",
      "label": "資産名称",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "DROP_DOWN",
      "code": "tenken_kekka",
      "label": "点検結果",
      "noLabel": false,
      "required": false,
      "options": {
        "撤去済": {
          "label": "撤去済",
          "index": "3"
        },
        "要修繕": {
          "label": "要修繕",
          "index": "2"
        },
        "経過観察": {
          "label": "経過観察",
          "index": "1"
        },
        "良好": {
          "label": "良好",
          "index": "0"
        }
      },
      "defaultValue": ""
    },
    {
      "type": "MULTI_LINE_TEXT",
      "code": "tenken_naiyou",
      "label": "点検内容",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "GROUP",
      "code": "group_1",
      "label": "修繕対応",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "GROUP",
      "code": "group_0",
      "label": "資産情報",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "DATE",
      "code": "tenken_bi",
      "label": "点検日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "DATE",
      "code": "setchi_nengapi",
      "label": "設置年月日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "SUBTABLE",
      "code": "tenken_rireki",
      "noLabel": false,
      "label": "点検履歴",
      "fields": {
        "tenken_sha": {
          "type": "SINGLE_LINE_TEXT",
          "code": "tenken_sha",
          "label": "点検者",
          "noLabel": false,
          "required": false,
          "minLength": "",
          "maxLength": "",
          "expression": "",
          "hideExpression": false,
          "unique": false,
          "defaultValue": ""
        },
        "tenken_naiyou_h": {
          "type": "MULTI_LINE_TEXT",
          "code": "tenken_naiyou_h",
          "label": "点検内容",
          "noLabel": false,
          "required": false,
          "defaultValue": ""
        },
        "tenken_bi_h": {
          "type": "DATE",
          "code": "tenken_bi_h",
          "label": "点検日",
          "noLabel": false,
          "required": false,
          "unique": false,
          "defaultValue": "",
          "defaultNowValue": false
        },
        "tenken_kekka_h": {
          "type": "DROP_DOWN",
          "code": "tenken_kekka_h",
          "label": "点検結果",
          "noLabel": false,
          "required": false,
          "options": {
            "撤去済": {
              "label": "撤去済",
              "index": "3"
            },
            "要修繕": {
              "label": "要修繕",
              "index": "2"
            },
            "経過観察": {
              "label": "経過観察",
              "index": "1"
            },
            "良好": {
              "label": "良好",
              "index": "0"
            }
          },
          "defaultValue": ""
        }
      }
    },
    {
      "type": "DATE",
      "code": "shuuri_bi",
      "label": "修繕日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "FILE",
      "code": "shashin",
      "label": "写真",
      "noLabel": false,
      "required": false,
      "thumbnailSize": "50"
    },
    {
      "type": "RADIO_BUTTON",
      "code": "shisan_shubetsu",
      "label": "資産種別",
      "noLabel": false,
      "required": true,
      "options": {
        "樹木": {
          "label": "樹木",
          "index": "4"
        },
        "照明": {
          "label": "照明",
          "index": "3"
        },
        "ベンチ": {
          "label": "ベンチ",
          "index": "1"
        },
        "遊具": {
          "label": "遊具",
          "index": "0"
        },
        "トイレ": {
          "label": "トイレ",
          "index": "2"
        },
        "その他": {
          "label": "その他",
          "index": "6"
        },
        "フェンス・柵": {
          "label": "フェンス・柵",
          "index": "5"
        }
      },
      "defaultValue": "遊具",
      "align": "HORIZONTAL"
    },
    {
      "type": "DATE",
      "code": "shuuri_yotei_bi",
      "label": "修繕予定日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "SUBTABLE",
      "code": "shuuri_rireki",
      "noLabel": false,
      "label": "修繕履歴",
      "fields": {
        "shuuri_naiyou": {
          "type": "MULTI_LINE_TEXT",
          "code": "shuuri_naiyou",
          "label": "対応内容",
          "noLabel": false,
          "required": false,
          "defaultValue": ""
        },
        "taiou_kubun": {
          "type": "RADIO_BUTTON",
          "code": "taiou_kubun",
          "label": "対応区分",
          "noLabel": false,
          "required": true,
          "options": {
            "委託": {
              "label": "委託",
              "index": "0"
            },
            "その他": {
              "label": "その他",
              "index": "2"
            },
            "自前対応": {
              "label": "自前対応",
              "index": "1"
            }
          },
          "defaultValue": "委託",
          "align": "HORIZONTAL"
        },
        "shuuri_bi_h": {
          "type": "DATE",
          "code": "shuuri_bi_h",
          "label": "対応日",
          "noLabel": false,
          "required": false,
          "unique": false,
          "defaultValue": "",
          "defaultNowValue": false
        },
        "taiousha": {
          "type": "SINGLE_LINE_TEXT",
          "code": "taiousha",
          "label": "対応者",
          "noLabel": false,
          "required": false,
          "minLength": "",
          "maxLength": "",
          "expression": "",
          "hideExpression": false,
          "unique": false,
          "defaultValue": ""
        }
      }
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "taisho_kouen",
      "label": "対象公園",
      "noLabel": false,
      "required": true,
      "lookup": {
        "relatedApp": {
          "app": "332",
          "code": ""
        },
        "relatedKeyField": "kouen_mei",
        "fieldMappings": [],
        "lookupPickerFields": [
          "kouen_mei",
          "kouen_shubetsu",
          "shozaichi"
        ],
        "filterCond": "",
        "sort": "Record_number desc"
      }
    }
  ],
  "layout": [
    {
      "type": "GROUP",
      "code": "group_0",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "taisho_kouen",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "RADIO_BUTTON",
              "code": "shisan_shubetsu",
              "size": {
                "width": "168"
              }
            },
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "shisan_meishou",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "DATE",
              "code": "setchi_nengapi",
              "size": {
                "width": "117"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "FILE",
              "code": "shashin",
              "size": {
                "width": "207"
              }
            }
          ]
        }
      ]
    },
    {
      "type": "GROUP",
      "code": "group_1",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "DROP_DOWN",
              "code": "genjou_joukyou",
              "size": {
                "width": "196"
              }
            },
            {
              "type": "DATE",
              "code": "shuuri_yotei_bi",
              "size": {
                "width": "117"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "MULTI_LINE_TEXT",
              "code": "biko",
              "size": {
                "width": "315",
                "innerHeight": "125"
              }
            }
          ]
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "DATE",
          "code": "tenken_bi",
          "size": {
            "width": "117"
          }
        },
        {
          "type": "DROP_DOWN",
          "code": "tenken_kekka",
          "size": {
            "width": "196"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "MULTI_LINE_TEXT",
          "code": "tenken_naiyou",
          "size": {
            "width": "315",
            "innerHeight": "125"
          }
        },
        {
          "type": "DATE",
          "code": "shuuri_bi",
          "size": {
            "width": "117"
          }
        }
      ]
    },
    {
      "type": "SUBTABLE",
      "code": "tenken_rireki",
      "fields": [
        {
          "type": "DATE",
          "code": "tenken_bi_h",
          "size": {
            "width": "117"
          }
        },
        {
          "type": "DROP_DOWN",
          "code": "tenken_kekka_h",
          "size": {
            "width": "196"
          }
        },
        {
          "type": "MULTI_LINE_TEXT",
          "code": "tenken_naiyou_h",
          "size": {
            "width": "315",
            "innerHeight": "125"
          }
        },
        {
          "type": "SINGLE_LINE_TEXT",
          "code": "tenken_sha",
          "size": {
            "width": "193"
          }
        }
      ]
    },
    {
      "type": "SUBTABLE",
      "code": "shuuri_rireki",
      "fields": [
        {
          "type": "DATE",
          "code": "shuuri_bi_h",
          "size": {
            "width": "117"
          }
        },
        {
          "type": "MULTI_LINE_TEXT",
          "code": "shuuri_naiyou",
          "size": {
            "width": "315",
            "innerHeight": "125"
          }
        },
        {
          "type": "RADIO_BUTTON",
          "code": "taiou_kubun",
          "size": {
            "width": "168"
          }
        },
        {
          "type": "SINGLE_LINE_TEXT",
          "code": "taiousha",
          "size": {
            "width": "193"
          }
        }
      ]
    }
  ]
}