{
  "schema_version": "1.0",
  "source": {
    "system": "SampleSystem",
    "company_code": "SAMPLE",
    "company_name": "サンプル企業",
    "company_short_name": "サンプル"
  },
  "request": {
    "idempotency_key": "65ea600f-2f94-5a72-8d3b-7fa874a42e0a",
    "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": "appearance",
        "label": "外観確認",
        "type": "text",
        "required": true,
        "media": [
          {
            "id": "inspection-image",
            "type": "image",
            "title": "外観の確認ポイント",
            "url": "https://example.com/inspection.jpg",
            "alt": "検査する箇所を示す写真",
            "mimeType": "image/jpeg",
            "sizeBytes": 120000
          }
        ]
      }
    ]
  },
  "notifications": {
    "email": null,
    "mattermost": null,
    "mqtt": null
  }
}
