{
  "schema_version": "1.0",
  "source": {
    "system": "SampleSystem",
    "company_code": "SAMPLE",
    "company_name": "サンプル企業",
    "company_short_name": "サンプル"
  },
  "request": {
    "idempotency_key": "588ad7da-445a-5379-9253-d74b6e1edb6c",
    "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": "width",
        "label": "幅",
        "type": "number",
        "required": true,
        "min": 9.9,
        "max": 10.1,
        "unit": "mm",
        "source": {
          "type": "inworks_check",
          "rule_label": "寸法測定",
          "specification": "10.0 ± 0.1 mm",
          "applicability": "仕上げ加工後、全数測定"
        }
      }
    ]
  },
  "notifications": {
    "email": null,
    "mattermost": null,
    "mqtt": null
  }
}
