{
  "schema_version": "1.0",
  "source": {
    "system": "SampleSystem",
    "company_code": "SAMPLE",
    "company_name": "サンプル企業",
    "company_short_name": "サンプル"
  },
  "request": {
    "idempotency_key": "2e9a9668-7ff0-5078-95b4-0cacc9805ccd",
    "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": "voltage",
        "label": "電圧",
        "type": "number",
        "required": true,
        "min": 4.8,
        "max": 5.2,
        "unit": "V",
        "description": "4.8〜5.2 Vの範囲で入力"
      }
    ]
  },
  "notifications": {
    "email": null,
    "mattermost": null,
    "mqtt": null
  }
}
