{
  "schema_version": "1.0",
  "source": {
    "system": "SampleSystem",
    "company_code": "SAMPLE",
    "company_name": "サンプル企業",
    "company_short_name": "サンプル"
  },
  "request": {
    "idempotency_key": "c4f6d9a3-3a16-552b-8882-554ae290aff7",
    "form_code": "product_inspection",
    "title": "製品検査の入力依頼",
    "requested_at": "2030-01-10T09:00:00+09:00",
    "expires_at": "2030-01-17T18:00:00+09:00"
  },
  "recipient": {},
  "work": {
    "worklist_id": 1,
    "worklist_code": "JOB-001",
    "model_id": 1,
    "model_code": "PRODUCT-A",
    "pdct_works_id": 1,
    "work_id": 1,
    "row": 1,
    "work_title": "寸法確認",
    "component_id": 1,
    "component_code": "PART-A"
  },
  "serials": [
    {
      "works_data_id": 1,
      "serial_id": 1,
      "base_serial_number": "SN-001"
    }
  ],
  "form": {
    "fields": [
      {
        "key": "serial_number",
        "label": "製造番号",
        "type": "text",
        "required": true,
        "placeholder": "例: LOT-001"
      },
      {
        "key": "remarks",
        "label": "備考",
        "type": "textarea",
        "required": false
      }
    ]
  },
  "notifications": {
    "email": null,
    "mattermost": null,
    "mqtt": null
  }
}
