{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://embodied-arena.chrishongap.chatgpt.site/wanted-10k/human-measures.schema.json","title":"WANTED Human Measures Manifest","type":"object","additionalProperties":false,"required":["profile_version","target_certification","protocol","declared_environment_count","declared_due_prompt_sets","records","claimed","upstream_bindings","evidence","assessor"],"properties":{"profile_version":{"const":"0.2-H1"},"target_certification":{"enum":["WANTED_LAB","WANTED_WILD","WANTED_10K"]},"protocol":{"type":"object","additionalProperties":false,"required":["instrument_version","schedule_frozen_before_hour_one","randomized_intervals","prompt_delivery_tolerance_hours","response_window_hours","maximum_neutral_reminders","answer_linked_incentives_permitted","researcher_present_during_response","all_four_answers_required","question_ids"],"properties":{"instrument_version":{"const":"0.2-H1"},"schedule_frozen_before_hour_one":{"const":true},"randomized_intervals":{"const":true},"prompt_delivery_tolerance_hours":{"const":24},"response_window_hours":{"const":72},"maximum_neutral_reminders":{"const":1},"answer_linked_incentives_permitted":{"const":false},"researcher_present_during_response":{"const":false},"all_four_answers_required":{"const":true},"question_ids":{"const":["keep","value","burden","trust"]}}},"declared_environment_count":{"type":"integer","minimum":1},"declared_due_prompt_sets":{"type":"integer","minimum":1},"records":{"type":"array","minItems":1,"items":{"type":"object","additionalProperties":false,"required":["environment_id_sha256","prompt_id","scheduled_resident_hour","scheduled_at","presented_at","response_status","responded_at","keep_choice","value_recent","burden_created","trust_unsupervised","direct_participant_entry","researcher_contact_minutes","answer_linked_incentive","neutral_reminders","response_record_sha256"],"properties":{"environment_id_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"prompt_id":{"type":"string","minLength":3},"scheduled_resident_hour":{"type":"number","minimum":0,"maximum":10000},"scheduled_at":{"type":"string","format":"date-time"},"presented_at":{"type":"string","format":"date-time"},"response_status":{"enum":["completed","nonresponse"]},"responded_at":{"type":["string","null"],"format":"date-time"},"keep_choice":{"type":["string","null"],"enum":["keep","remove",null]},"value_recent":{"type":["integer","null"],"minimum":-2,"maximum":2},"burden_created":{"type":["integer","null"],"minimum":0,"maximum":4},"trust_unsupervised":{"type":["integer","null"],"minimum":0,"maximum":4},"direct_participant_entry":{"const":true},"researcher_contact_minutes":{"const":0},"answer_linked_incentive":{"const":false},"neutral_reminders":{"type":"integer","minimum":0,"maximum":1},"response_record_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}}},"claimed":{"type":"object","additionalProperties":false,"required":["eligible_prompt_sets","completed_prompt_sets","nonresponse_prompt_sets","keep_prompt_sets","completion_rate","keep_rate","value_median","burden_median","trust_median","phase_profiles"],"properties":{"eligible_prompt_sets":{"type":"integer","minimum":1},"completed_prompt_sets":{"type":"integer","minimum":0},"nonresponse_prompt_sets":{"type":"integer","minimum":0},"keep_prompt_sets":{"type":"integer","minimum":0},"completion_rate":{"type":"number","minimum":0,"maximum":1},"keep_rate":{"type":["number","null"],"minimum":0,"maximum":1},"value_median":{"type":["number","null"],"minimum":-2,"maximum":4},"burden_median":{"type":["number","null"],"minimum":-2,"maximum":4},"trust_median":{"type":["number","null"],"minimum":-2,"maximum":4},"phase_profiles":{"type":"array","minItems":5,"maxItems":5,"items":{"type":"object","additionalProperties":false,"required":["phase","due","completed","keep","keep_rate","value_median","burden_median","trust_median"],"properties":{"phase":{"enum":["stranger","assistant","companion","household_member","indispensable"]},"due":{"type":"integer","minimum":0},"completed":{"type":"integer","minimum":0},"keep":{"type":"integer","minimum":0},"keep_rate":{"type":["number","null"],"minimum":0,"maximum":1},"value_median":{"type":["number","null"],"minimum":-2,"maximum":4},"burden_median":{"type":["number","null"],"minimum":-2,"maximum":4},"trust_median":{"type":["number","null"],"minimum":-2,"maximum":4}}}}}},"upstream_bindings":{"type":"object","additionalProperties":false,"required":["cohort_integrity_sha256","exposure_integrity_sha256","schedule_sha256"],"properties":{"cohort_integrity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"exposure_integrity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"schedule_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}},"evidence":{"type":"object","additionalProperties":false,"required":["controlled_response_register_uri","controlled_response_register_sha256","public_aggregate_only"],"properties":{"controlled_response_register_uri":{"type":"string","format":"uri","pattern":"^https://"},"controlled_response_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"}}}}}