{
  "initiative": {
    "key": "yosan-kessan",
    "name": "予算・決算"
  },
  "app": {
    "key": "project-master",
    "name": "プロジェクトマスタ",
    "category": "財政部",
    "tags": [
      "マスタ管理"
    ],
    "description": "会計年度ごとの事業(プロジェクト)を管理するマスタアプリ。",
    "status": "完了",
    "appId": 485
  },
  "source": "kintone (live)",
  "exportedAt": "2026-08-18T05:50:04.934Z",
  "fields": [
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "project_mei",
      "label": "プロジェクト名",
      "noLabel": false,
      "required": true,
      "minLength": "",
      "maxLength": "",
      "expression": "",
      "hideExpression": false,
      "unique": false,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "project_code",
      "label": "プロジェクトコード",
      "noLabel": false,
      "required": true,
      "minLength": "",
      "maxLength": "64",
      "expression": "",
      "hideExpression": false,
      "unique": true,
      "defaultValue": ""
    },
    {
      "type": "ORGANIZATION_SELECT",
      "code": "soshiki",
      "label": "組織選択",
      "noLabel": false,
      "required": false,
      "entities": [],
      "defaultValue": []
    },
    {
      "type": "DROP_DOWN",
      "code": "kaikei_nendo",
      "label": "会計年度",
      "noLabel": false,
      "required": true,
      "options": {
        "2030年度": {
          "label": "2030年度",
          "index": "5"
        },
        "2025年度": {
          "label": "2025年度",
          "index": "0"
        },
        "2028年度": {
          "label": "2028年度",
          "index": "3"
        },
        "2029年度": {
          "label": "2029年度",
          "index": "4"
        },
        "2026年度": {
          "label": "2026年度",
          "index": "1"
        },
        "2027年度": {
          "label": "2027年度",
          "index": "2"
        }
      },
      "defaultValue": ""
    }
  ],
  "layout": [
    {
      "type": "ROW",
      "fields": [
        {
          "type": "SINGLE_LINE_TEXT",
          "code": "project_code",
          "size": {
            "width": "193"
          }
        },
        {
          "type": "SINGLE_LINE_TEXT",
          "code": "project_mei",
          "size": {
            "width": "193"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "DROP_DOWN",
          "code": "kaikei_nendo",
          "size": {
            "width": "196"
          }
        },
        {
          "type": "ORGANIZATION_SELECT",
          "code": "soshiki",
          "size": {
            "width": "222"
          }
        }
      ]
    }
  ]
}