{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://embodied-arena.chrishongap.chatgpt.site/wanted-10k/revealed-preference.schema.json","title":"WANTED Revealed Preference Manifest","type":"object","additionalProperties":false,"required":["profile_version","target_robot_version","protocol","declared_environment_count","declared_due_choices","environments","choices","claimed","upstream_bindings","evidence","assessor"],"properties":{"profile_version":{"const":"0.2-RP1"},"target_robot_version":{"type":"object","additionalProperties":false,"required":["manufacturer","model","hardware_version","policy_version","policy_artifact_sha256"],"properties":{"manufacturer":{"type":"string","minLength":1},"model":{"type":"string","minLength":1},"hardware_version":{"type":"string","minLength":1},"policy_version":{"type":"string","minLength":1},"policy_artifact_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}},"protocol":{"type":"object","additionalProperties":false,"required":["cohort_role","milestones","choice_wording","offer_unit_currency","offer_unit_amount","offer_lattice_units","offer_assignment","offer_prng","offer_seed","offer_assignment_frozen_before_hour_one","base_compensation_independent_of_choices","choice_binding","alternative_choice_ends_robot_access","response_window_hours","maximum_honor_delay_hours","researcher_present_during_choice","persuasion_permitted","ethics_reviewed"],"properties":{"cohort_role":{"const":"separate_nonranking_preference_substudy"},"milestones":{"const":[100,500,1000,2500,5000,7500,10000]},"choice_wording":{"const":"Continue with the robot, or take the alternative study benefit shown here."},"offer_unit_currency":{"type":"string","pattern":"^[A-Z]{3}$"},"offer_unit_amount":{"type":"number","exclusiveMinimum":0},"offer_lattice_units":{"type":"array","minItems":3,"uniqueItems":true,"items":{"type":"number","exclusiveMinimum":0}},"offer_assignment":{"const":"pcg32_high_multiply_index_over_preregistered_lattice"},"offer_prng":{"const":"pcg32_xsh_rr_64_32_seeded_v1"},"offer_seed":{"type":"integer","minimum":0},"offer_assignment_frozen_before_hour_one":{"const":true},"base_compensation_independent_of_choices":{"const":true},"choice_binding":{"const":true},"alternative_choice_ends_robot_access":{"const":true},"response_window_hours":{"const":72},"maximum_honor_delay_hours":{"const":24},"researcher_present_during_choice":{"const":false},"persuasion_permitted":{"const":false},"ethics_reviewed":{"const":true}}},"declared_environment_count":{"type":"integer","minimum":1},"declared_due_choices":{"type":"integer","minimum":1},"environments":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["environment_id_sha256","randomization_index","activated_at","terminal_resident_hour","terminal_disposition","exposure_record_sha256"],"properties":{"environment_id_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"randomization_index":{"type":"integer","minimum":0},"activated_at":{"type":"string","format":"date-time"},"terminal_resident_hour":{"type":"number","minimum":100,"maximum":10000},"terminal_disposition":{"enum":["preference_alternative_exit","voluntary_rejection","unrelated_exit","safety_termination","developer_withdrawal","consent_privacy_withdrawal","administrative_completion","observation_cutoff"]},"exposure_record_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}}},"choices":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["environment_id_sha256","milestone_hour","scheduled_at","presented_at","offer_units","offer_assignment_index","offer_assignment_sha256","response_status","responded_at","choice","choice_honored_at","robot_access_continued","alternative_benefit_delivered","researcher_contact_minutes","persuasion_attempted","protocol_deviation","choice_record_sha256"],"properties":{"environment_id_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"milestone_hour":{"enum":[100,500,1000,2500,5000,7500,10000]},"scheduled_at":{"type":"string","format":"date-time"},"presented_at":{"type":"string","format":"date-time"},"offer_units":{"type":"number","exclusiveMinimum":0},"offer_assignment_index":{"type":"integer","minimum":0},"offer_assignment_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"response_status":{"enum":["completed","nonresponse"]},"responded_at":{"type":["string","null"],"format":"date-time"},"choice":{"type":["string","null"],"enum":["keep_robot","alternative_benefit",null]},"choice_honored_at":{"type":["string","null"],"format":"date-time"},"robot_access_continued":{"type":["boolean","null"]},"alternative_benefit_delivered":{"type":"boolean"},"researcher_contact_minutes":{"const":0},"persuasion_attempted":{"const":false},"protocol_deviation":{"const":false},"choice_record_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}}},"claimed":{"type":"object","additionalProperties":false,"required":["eligible_environments","due_choices","completed_choices","nonresponse_choices","preference_exits","completion_rate","milestone_profiles"],"properties":{"eligible_environments":{"type":"integer","minimum":1},"due_choices":{"type":"integer","minimum":1},"completed_choices":{"type":"integer","minimum":0},"nonresponse_choices":{"type":"integer","minimum":0},"preference_exits":{"type":"integer","minimum":0},"completion_rate":{"type":"number","minimum":0,"maximum":1},"milestone_profiles":{"type":"array","minItems":7,"maxItems":7,"items":{"type":"object","additionalProperties":false,"required":["milestone_hour","due","completed","nonresponse","kept_robot","chose_benefit","completion_rate","keep_share","reservation_median_lower_units","reservation_median_upper_units","reservation_median_identified"],"properties":{"milestone_hour":{"enum":[100,500,1000,2500,5000,7500,10000]},"due":{"type":"integer","minimum":0},"completed":{"type":"integer","minimum":0},"nonresponse":{"type":"integer","minimum":0},"kept_robot":{"type":"integer","minimum":0},"chose_benefit":{"type":"integer","minimum":0},"completion_rate":{"type":"number","minimum":0,"maximum":1},"keep_share":{"type":["number","null"],"minimum":0,"maximum":1},"reservation_median_lower_units":{"type":["number","null"],"minimum":0},"reservation_median_upper_units":{"type":["number","null"],"minimum":0},"reservation_median_identified":{"type":"boolean"}}}}}},"upstream_bindings":{"type":"object","additionalProperties":false,"required":["preregistration_sha256","selection_frame_sha256","robot_policy_sha256","offer_schedule_sha256","preference_cohort_commitment_sha256","field_primary_cohort_commitment_sha256","cross_cohort_overlap_count"],"properties":{"preregistration_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"selection_frame_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"robot_policy_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"offer_schedule_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"preference_cohort_commitment_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"field_primary_cohort_commitment_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"cross_cohort_overlap_count":{"const":0}}},"evidence":{"type":"object","additionalProperties":false,"required":["controlled_choice_register_uri","controlled_choice_register_sha256","public_aggregate_only"],"properties":{"controlled_choice_register_uri":{"type":"string","format":"uri","pattern":"^https://"},"controlled_choice_register_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"}}}}}