{ "name": "new-patient", "description": "Новый пациент: входит (A) → ждёт (B) → обслуживается у стойки (C). Создаёт unmatched-трек для ручного enrollment.", "personaSeed": 1001, "embeddingsPerCamera": 3, "triggerRecognition": false, "events": [ { "type": "arrived", "cameraName": "cam-entrance", "zoneCode": "A", "offsetSec": 0 }, { "type": "waiting", "cameraName": "cam-corridor", "zoneCode": "B", "offsetSec": 20 }, { "type": "service_started", "cameraName": "cam-reception", "zoneCode": "C", "offsetSec": 180 }, { "type": "service_ended", "cameraName": "cam-reception", "zoneCode": "C", "offsetSec": 480 } ] }