{
  "initiative": {
    "key": "nousuisanbutsu-chokubaijo-map",
    "name": "農水産物直売所マップ"
  },
  "app": {
    "key": "chokubaijo-master",
    "name": "直売所マスタ",
    "category": "産業振興部",
    "tags": [
      "マスタ管理"
    ],
    "description": "農水産物直売所の位置(緯度経度)・取扱品目・営業情報等を管理するマスタアプリ。",
    "status": "完了",
    "appId": 402
  },
  "source": "apps.yaml",
  "exportedAt": "2026-07-03T12:04:44.227Z",
  "fields": [
    {
      "code": "shisetsu_mei",
      "label": "施設名",
      "type": "SINGLE_LINE_TEXT",
      "required": true,
      "unique": true
    },
    {
      "code": "toriatsukai_hinmoku",
      "label": "取扱品目",
      "type": "CHECK_BOX",
      "required": true,
      "options": {
        "水産": {
          "label": "水産",
          "index": "0"
        },
        "農産": {
          "label": "農産",
          "index": "1"
        },
        "畜産": {
          "label": "畜産",
          "index": "2"
        },
        "花卉": {
          "label": "花卉",
          "index": "3"
        }
      }
    },
    {
      "code": "unei_shutai",
      "label": "運営主体",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "juusho",
      "label": "住所",
      "type": "SINGLE_LINE_TEXT",
      "required": true
    },
    {
      "code": "denwa_bangou",
      "label": "電話番号",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "eigyou_jikan",
      "label": "営業時間",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "teikyuubi",
      "label": "定休日",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "chuushajou_daisuu",
      "label": "駐車場台数",
      "type": "NUMBER",
      "unit": "台",
      "unitPosition": "AFTER"
    },
    {
      "code": "url",
      "label": "URL",
      "type": "SINGLE_LINE_TEXT"
    },
    {
      "code": "shashin",
      "label": "写真",
      "type": "FILE"
    },
    {
      "code": "biko",
      "label": "備考",
      "type": "MULTI_LINE_TEXT"
    },
    {
      "code": "ido",
      "label": "緯度",
      "type": "NUMBER",
      "displayScale": "8"
    },
    {
      "code": "keido",
      "label": "経度",
      "type": "NUMBER",
      "displayScale": "8"
    }
  ],
  "layout": [
    {
      "group": "施設情報",
      "code": "group_0",
      "rows": [
        [
          "shisetsu_mei",
          "toriatsukai_hinmoku"
        ],
        [
          "unei_shutai"
        ]
      ]
    },
    {
      "group": "営業情報",
      "code": "group_1",
      "rows": [
        [
          "juusho"
        ],
        [
          "denwa_bangou",
          "url"
        ],
        [
          "eigyou_jikan",
          "teikyuubi"
        ],
        [
          "chuushajou_daisuu"
        ]
      ]
    },
    {
      "group": "その他",
      "code": "group_2",
      "rows": [
        [
          "shashin"
        ],
        [
          "biko"
        ],
        [
          "ido",
          "keido"
        ]
      ]
    },
    [
      {
        "spacer": "map",
        "height": 400
      }
    ]
  ]
}