{
  "initiative": {
    "key": "itsm-kanri",
    "name": "情報システム管理(ITSM)"
  },
  "app": {
    "key": "hardware-kashidashi-yoyaku-bo",
    "name": "ハードウェア貸出予約簿",
    "category": "総務部",
    "tags": [
      "予約受付",
      "貸出管理"
    ],
    "description": "貸出用ハードウェアの予約状況を管理する業務アプリ。カレンダービューでの予約状況確認はkintone側で別途設定する。",
    "status": "完了",
    "appId": 480
  },
  "source": "kintone (live)",
  "exportedAt": "2026-08-18T05:50:04.152Z",
  "fields": [
    {
      "type": "MULTI_LINE_TEXT",
      "code": "biko",
      "label": "備考",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "yoyakusha",
      "label": "予約者",
      "noLabel": false,
      "required": false,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "DATETIME",
      "code": "riyou_shuuryou_nichiji",
      "label": "利用終了日時",
      "noLabel": false,
      "required": true,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "DATETIME",
      "code": "riyou_kaishi_nichiji",
      "label": "利用開始日時",
      "noLabel": false,
      "required": true,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "GROUP",
      "code": "group_0",
      "label": "予約情報",
      "noLabel": false,
      "openGroup": true
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "taisho_kanri_bangou",
      "label": "対象ハードウェア",
      "noLabel": false,
      "required": true,
      "lookup": {
        "relatedApp": {
          "app": "473",
          "code": ""
        },
        "relatedKeyField": "kanri_bangou",
        "fieldMappings": [],
        "lookupPickerFields": [
          "kanri_bangou",
          "shubetsu"
        ],
        "filterCond": "kanrisha in (\"貸出用\")",
        "sort": "Record_number desc"
      }
    },
    {
      "type": "ORGANIZATION_SELECT",
      "code": "yoyakusha_soshiki",
      "label": "予約者組織",
      "noLabel": false,
      "required": false,
      "entities": [],
      "defaultValue": []
    },
    {
      "type": "DROP_DOWN",
      "code": "status",
      "label": "ステータス",
      "noLabel": false,
      "required": false,
      "options": {
        "貸出中": {
          "label": "貸出中",
          "index": "1"
        },
        "予約中": {
          "label": "予約中",
          "index": "0"
        },
        "返却中": {
          "label": "返却中",
          "index": "2"
        }
      },
      "defaultValue": ""
    }
  ],
  "layout": [
    {
      "type": "GROUP",
      "code": "group_0",
      "layout": [
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "taisho_kanri_bangou",
              "size": {
                "width": "193"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "DATETIME",
              "code": "riyou_kaishi_nichiji",
              "size": {
                "width": "185"
              }
            },
            {
              "type": "DATETIME",
              "code": "riyou_shuuryou_nichiji",
              "size": {
                "width": "185"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "SINGLE_LINE_TEXT",
              "code": "yoyakusha",
              "size": {
                "width": "193"
              }
            },
            {
              "type": "ORGANIZATION_SELECT",
              "code": "yoyakusha_soshiki",
              "size": {
                "width": "222"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "DROP_DOWN",
              "code": "status",
              "size": {
                "width": "196"
              }
            }
          ]
        },
        {
          "type": "ROW",
          "fields": [
            {
              "type": "MULTI_LINE_TEXT",
              "code": "biko",
              "size": {
                "width": "315",
                "innerHeight": "125"
              }
            }
          ]
        }
      ]
    }
  ]
}