{
  "initiative": {
    "key": "gikai-jimu",
    "name": "議会事務"
  },
  "app": {
    "key": "kaiki-master",
    "name": "【日程】会期マスタ",
    "category": "議会事務局",
    "tags": [
      "マスタ管理",
      "会議体運営"
    ],
    "description": "定例会・臨時会の会期名・会期区分・招集日・開会日・閉会日を管理するマスタアプリ。議事日程からLOOKUP参照される。",
    "status": "完了",
    "appId": 682
  },
  "source": "kintone (live)",
  "exportedAt": "2026-08-18T05:50:08.299Z",
  "fields": [
    {
      "type": "DATE",
      "code": "shoushuu_bi",
      "label": "招集日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "MULTI_LINE_TEXT",
      "code": "biko",
      "label": "備考",
      "noLabel": false,
      "required": false,
      "defaultValue": ""
    },
    {
      "type": "SINGLE_LINE_TEXT",
      "code": "kaiki_mei",
      "label": "会期名",
      "noLabel": false,
      "required": true,
      "minLength": "",
      "maxLength": "64",
      "expression": "",
      "hideExpression": false,
      "unique": true,
      "defaultValue": ""
    },
    {
      "type": "DATE",
      "code": "heikai_bi",
      "label": "閉会日",
      "noLabel": false,
      "required": false,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    },
    {
      "type": "CALC",
      "code": "kaiki_nissuu",
      "label": "会期日数",
      "noLabel": false,
      "required": false,
      "expression": "(heikai_bi - kaikai_bi + 24 * 60 * 60) / 24 / 60 / 60",
      "format": "NUMBER",
      "displayScale": "",
      "hideExpression": false,
      "unit": "日",
      "unitPosition": "AFTER"
    },
    {
      "type": "RADIO_BUTTON",
      "code": "kaiki_kubun",
      "label": "会期区分",
      "noLabel": false,
      "required": true,
      "options": {
        "臨時会": {
          "label": "臨時会",
          "index": "1"
        },
        "定例会": {
          "label": "定例会",
          "index": "0"
        }
      },
      "defaultValue": "定例会",
      "align": "HORIZONTAL"
    },
    {
      "type": "NUMBER",
      "code": "kaisuu",
      "label": "回次",
      "noLabel": false,
      "required": false,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "",
      "unitPosition": "BEFORE"
    },
    {
      "type": "NUMBER",
      "code": "nendo",
      "label": "年度",
      "noLabel": false,
      "required": true,
      "minValue": "",
      "maxValue": "",
      "digit": false,
      "unique": false,
      "defaultValue": "",
      "displayScale": "",
      "unit": "",
      "unitPosition": "BEFORE"
    },
    {
      "type": "DATE",
      "code": "kaikai_bi",
      "label": "開会日",
      "noLabel": false,
      "required": true,
      "unique": false,
      "defaultValue": "",
      "defaultNowValue": false
    }
  ],
  "layout": [
    {
      "type": "ROW",
      "fields": [
        {
          "type": "SINGLE_LINE_TEXT",
          "code": "kaiki_mei",
          "size": {
            "width": "193"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "RADIO_BUTTON",
          "code": "kaiki_kubun",
          "size": {
            "width": "222"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "NUMBER",
          "code": "nendo",
          "size": {
            "width": "193"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "NUMBER",
          "code": "kaisuu",
          "size": {
            "width": "193"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "DATE",
          "code": "shoushuu_bi",
          "size": {
            "width": "117"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "DATE",
          "code": "kaikai_bi",
          "size": {
            "width": "117"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "DATE",
          "code": "heikai_bi",
          "size": {
            "width": "117"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "CALC",
          "code": "kaiki_nissuu",
          "size": {
            "width": "193"
          }
        }
      ]
    },
    {
      "type": "ROW",
      "fields": [
        {
          "type": "MULTI_LINE_TEXT",
          "code": "biko",
          "size": {
            "width": "315",
            "innerHeight": "125"
          }
        }
      ]
    }
  ]
}