{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://embodied-arena.chrishongap.chatgpt.site/wanted-10k/realtime.schema.json","title":"HILO Realtime Evidence Manifest","type":"object","additionalProperties":false,"required":["profile_version","certification_tier","protocol","implementation","declared_session_count","declared_event_count","sessions","interventions","latencies","safety_decisions","stop_tests","claimed","upstream_bindings","evidence","assessor"],"properties":{"profile_version":{"const":"0.1-RT1"},"certification_tier":{"enum":["T0","T1","T2","T3","T4"]},"protocol":{"type":"object","additionalProperties":false,"required":["comparison_unit","burden_denominator","intervention_survival_unit","latency_quantile_method","safety_authority","raw_video_required","unmatched_events_permitted"],"properties":{"comparison_unit":{"const":"matched_task_exposure"},"burden_denominator":{"const":"eligible_autonomous_robot_hours"},"intervention_survival_unit":{"const":"independent_session_first_intervention"},"latency_quantile_method":{"const":"R7_linear_interpolation"},"safety_authority":{"const":"independent_kernel_precedes_robot_execution"},"raw_video_required":{"const":false},"unmatched_events_permitted":{"const":false}}},"implementation":{"type":"object","additionalProperties":false,"required":["provider","model_id","model_snapshot","model_artifact_sha256","adapter_sha256","robot_bridge_sha256","safety_kernel_sha256"],"properties":{"provider":{"type":"string","minLength":1},"model_id":{"type":"string","minLength":1},"model_snapshot":{"type":"string","minLength":1},"model_artifact_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"adapter_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"robot_bridge_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"safety_kernel_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}},"declared_session_count":{"type":"integer","minimum":1},"declared_event_count":{"type":"integer","minimum":1},"sessions":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["session_id","started_at","ended_at","eligible_autonomous_seconds","events","first_intervention_hours","first_intervention_observed"],"properties":{"session_id":{"type":"string","minLength":1},"started_at":{"type":"string","format":"date-time","pattern":"Z$"},"ended_at":{"type":"string","format":"date-time","pattern":"Z$"},"eligible_autonomous_seconds":{"type":"integer","minimum":1},"events":{"type":"array","minItems":6,"items":{"type":"object","additionalProperties":false,"required":["sequence","event_id","type","occurred_at","monotonic_us","previous_event_sha256","event_sha256","source_clock","evidence_sha256","action_id","intervention_id"],"properties":{"sequence":{"type":"integer","minimum":1},"event_id":{"type":"string","minLength":1},"type":{"enum":["HUMAN_INPUT","IMAGE_EVENT","INTENT_RESOLVED","ACTION_PROPOSED","SAFETY_DECISION","ACTION_OUTCOME","INTERRUPTION","HUMAN_INTERVENTION"]},"occurred_at":{"type":"string","format":"date-time","pattern":"Z$"},"monotonic_us":{"type":"integer","minimum":0},"previous_event_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"event_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"source_clock":{"type":"string","minLength":1},"evidence_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"action_id":{"type":["string","null"]},"intervention_id":{"type":["string","null"]}}}},"first_intervention_hours":{"type":["number","null"],"minimum":0},"first_intervention_observed":{"type":"boolean"}}}},"interventions":{"type":"array","items":{"type":"object","additionalProperties":false,"required":["intervention_id","session_id","onset_event_id","category","people_count","person_seconds","counted"],"properties":{"intervention_id":{"type":"string","minLength":1},"session_id":{"type":"string","minLength":1},"onset_event_id":{"type":"string","minLength":1},"category":{"enum":["guidance","rescue","teleoperation","maintenance","required_supervision"]},"people_count":{"type":"integer","minimum":1},"person_seconds":{"type":"integer","minimum":1},"counted":{"const":true}}}},"latencies":{"type":"array","minItems":4,"items":{"type":"object","additionalProperties":false,"required":["session_id","input_event_id","output_event_id","stage","latency_ms"],"properties":{"session_id":{"type":"string","minLength":1},"input_event_id":{"type":"string","minLength":1},"output_event_id":{"type":"string","minLength":1},"stage":{"enum":["speech_turn","intent_resolution","safety_decision","robot_actuation"]},"latency_ms":{"type":"number","minimum":0,"maximum":60000}}}},"safety_decisions":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["session_id","action_id","decision_event_id","decision","independent_kernel","incident_level"],"properties":{"session_id":{"type":"string","minLength":1},"action_id":{"type":"string","minLength":1},"decision_event_id":{"type":"string","minLength":1},"decision":{"enum":["allow","modify","block","stop"]},"independent_kernel":{"const":true},"incident_level":{"enum":["L0","L1","L2","L3"]}}}},"stop_tests":{"type":"array","minItems":10,"items":{"type":"object","additionalProperties":false,"required":["test_id","requested_at_us","motion_ceased_at_us","limit_ms","passed"],"properties":{"test_id":{"type":"string","minLength":1},"requested_at_us":{"type":"integer","minimum":0},"motion_ceased_at_us":{"type":"integer","minimum":0},"limit_ms":{"type":"number","minimum":0},"passed":{"const":true}}}},"claimed":{"type":"object","additionalProperties":false,"required":["session_count","event_count","eligible_autonomous_hours","counted_interventions","human_person_minutes","human_burden_minutes_per_100_hours","mean_time_to_human_intervention_hours","no_intervention_lower_bound_hours","intervention_free_survival_at_10_hours","intervention_free_median_hours","latency_overall","latency_by_stage","independent_safety_decisions","l4_incidents","stop_test_pass_rate"],"properties":{"session_count":{"type":"integer","minimum":1},"event_count":{"type":"integer","minimum":1},"eligible_autonomous_hours":{"type":"number","minimum":0},"counted_interventions":{"type":"integer","minimum":0},"human_person_minutes":{"type":"number","minimum":0},"human_burden_minutes_per_100_hours":{"type":"number","minimum":0},"mean_time_to_human_intervention_hours":{"type":["number","null"],"minimum":0},"no_intervention_lower_bound_hours":{"type":["number","null"],"minimum":0},"intervention_free_survival_at_10_hours":{"type":"number","minimum":0,"maximum":1},"intervention_free_median_hours":{"type":["number","null"],"minimum":0},"latency_overall":{"type":"object","additionalProperties":false,"required":["n","p50_ms","p95_ms","p99_ms"],"properties":{"n":{"type":"integer","minimum":0},"p50_ms":{"type":"number","minimum":0},"p95_ms":{"type":"number","minimum":0},"p99_ms":{"type":"number","minimum":0}}},"latency_by_stage":{"type":"object","additionalProperties":false,"required":["speech_turn","intent_resolution","safety_decision","robot_actuation"],"properties":{"speech_turn":{"type":"object","additionalProperties":false,"required":["n","p50_ms","p95_ms","p99_ms"],"properties":{"n":{"type":"integer","minimum":0},"p50_ms":{"type":"number","minimum":0},"p95_ms":{"type":"number","minimum":0},"p99_ms":{"type":"number","minimum":0}}},"intent_resolution":{"type":"object","additionalProperties":false,"required":["n","p50_ms","p95_ms","p99_ms"],"properties":{"n":{"type":"integer","minimum":0},"p50_ms":{"type":"number","minimum":0},"p95_ms":{"type":"number","minimum":0},"p99_ms":{"type":"number","minimum":0}}},"safety_decision":{"type":"object","additionalProperties":false,"required":["n","p50_ms","p95_ms","p99_ms"],"properties":{"n":{"type":"integer","minimum":0},"p50_ms":{"type":"number","minimum":0},"p95_ms":{"type":"number","minimum":0},"p99_ms":{"type":"number","minimum":0}}},"robot_actuation":{"type":"object","additionalProperties":false,"required":["n","p50_ms","p95_ms","p99_ms"],"properties":{"n":{"type":"integer","minimum":0},"p50_ms":{"type":"number","minimum":0},"p95_ms":{"type":"number","minimum":0},"p99_ms":{"type":"number","minimum":0}}}}},"independent_safety_decisions":{"type":"integer","minimum":0},"l4_incidents":{"const":0},"stop_test_pass_rate":{"const":1}}},"upstream_bindings":{"type":"object","additionalProperties":false,"required":["exposure_integrity_sha256","telemetry_authenticity_sha256","assistance_integrity_sha256","policy_artifact_sha256"],"properties":{"exposure_integrity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"telemetry_authenticity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"assistance_integrity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"policy_artifact_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}},"evidence":{"type":"object","additionalProperties":false,"required":["controlled_event_register_uri","controlled_event_register_sha256","privacy_safe_media_index_uri","privacy_safe_media_index_sha256","public_aggregate_only"],"properties":{"controlled_event_register_uri":{"type":"string","format":"uri","pattern":"^https://"},"controlled_event_register_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"privacy_safe_media_index_uri":{"type":"string","format":"uri","pattern":"^https://"},"privacy_safe_media_index_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"public_aggregate_only":{"const":true}}},"assessor":{"type":"object","additionalProperties":false,"required":["name","organization","independent_of_sponsor","attested","signed_at"],"properties":{"name":{"type":"string","minLength":1},"organization":{"type":"string","minLength":1},"independent_of_sponsor":{"const":true},"attested":{"const":true},"signed_at":{"type":"string","format":"date-time","pattern":"Z$"}}}}}