{
  "schema_version": "1.0",
  "source": {
    "system": "SampleSystem",
    "company_code": "SAMPLE",
    "company_name": "サンプル企業",
    "company_short_name": "サンプル"
  },
  "request": {
    "idempotency_key": "f8e70ef0-7670-5ae3-8a53-1d20fe62aeb5",
    "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": "procedure",
        "label": "作業確認",
        "type": "text",
        "required": true,
        "media": [
          {
            "id": "procedure-video",
            "type": "video",
            "title": "検査手順",
            "url": "https://example.com/procedure.mp4",
            "mimeType": "video/mp4",
            "sizeBytes": 2000000
          }
        ]
      }
    ]
  },
  "notifications": {
    "email": null,
    "mattermost": null,
    "mqtt": null
  }
}
