{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://embodied-arena.chrishongap.chatgpt.site/wanted-10k/preflight.schema.json","title":"WANTED-10K Digital-Twin Preflight Manifest","type":"object","additionalProperties":false,"required":["profile_version","simulator","scenario_manifest_uri","scenario_manifest_sha256","robot_description_sha256","policy_artifact_sha256","interface_profile","production_interface_exercised","assessor","families"],"properties":{"profile_version":{"const":"0.2-P1"},"simulator":{"type":"object","additionalProperties":false,"required":["name","version","deterministic_replay","scenario_seed_strategy"],"properties":{"name":{"type":"string","minLength":1},"version":{"type":"string","minLength":1},"deterministic_replay":{"type":"boolean"},"scenario_seed_strategy":{"type":"string","minLength":1}}},"scenario_manifest_uri":{"type":"string","format":"uri"},"scenario_manifest_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"robot_description_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"policy_artifact_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"interface_profile":{"enum":["production_command_and_sensing","hardware_in_the_loop"]},"production_interface_exercised":{"const":true},"assessor":{"type":"object","additionalProperties":false,"required":["name","organization","qualification_basis","attested","signed_at"],"properties":{"name":{"type":"string","minLength":1},"organization":{"type":"string","minLength":1},"qualification_basis":{"type":"string","minLength":10},"attested":{"const":true},"signed_at":{"type":"string","format":"date-time"}}},"families":{"type":"array","minItems":8,"maxItems":8,"items":{"type":"object","additionalProperties":false,"required":["family","trials","required_cells","executed_cells","catastrophic_events","unresolved_outcomes","safe_state_failures","replay_trials","replay_matches"],"properties":{"family":{"enum":["human_trajectory_intrusion","protective_stop_and_contact","perception_degradation","actuation_and_controller_fault","network_and_cloud_loss","power_battery_and_thermal","privacy_security_and_remote_access","environment_variation_and_recovery"]},"trials":{"type":"integer","minimum":0},"required_cells":{"type":"integer","minimum":1},"executed_cells":{"type":"integer","minimum":0},"catastrophic_events":{"type":"integer","minimum":0},"unresolved_outcomes":{"type":"integer","minimum":0},"safe_state_failures":{"type":"integer","minimum":0},"replay_trials":{"type":"integer","minimum":0},"replay_matches":{"type":"integer","minimum":0}}}}}}