{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://embodied-arena.chrishongap.chatgpt.site/wanted-10k/analysis-reproduction.schema.json","title":"WANTED-10K Analysis Reproduction Manifest","type":"object","additionalProperties":false,"required":["profile_version","target_certification","estimator","bootstrap","records","upstream_bindings","claimed","evidence","assessor"],"properties":{"profile_version":{"const":"0.2-A2"},"target_certification":{"const":"WANTED_WILD"},"estimator":{"type":"object","additionalProperties":false,"required":["name","horizon_hours","event","tie_rule"],"properties":{"name":{"const":"kaplan_meier_normalized_rmst_no_unsupported_extrapolation"},"horizon_hours":{"const":10000},"event":{"const":"permanent_voluntary_rejection"},"tie_rule":{"const":"endpoint_events_at_or_before_horizon_before_censoring_at_identical_time"}}},"bootstrap":{"type":"object","additionalProperties":false,"required":["unit","method","samples","seed","prng","minimum_valid_fraction"],"properties":{"unit":{"const":"independent_environment"},"method":{"const":"nonparametric_percentile_95"},"samples":{"type":"integer","minimum":10000},"seed":{"type":"integer","minimum":0},"prng":{"const":"pcg32_xsh_rr_64_32_seeded_v1"},"minimum_valid_fraction":{"const":0.95}}},"records":{"type":"array","minItems":20,"items":{"type":"object","additionalProperties":false,"required":["environment_id_sha256","resident_hours","disposition","endpoint_decision_sha256","exposure_record_sha256"],"properties":{"environment_id_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"resident_hours":{"type":"number","minimum":0,"maximum":10000},"disposition":{"enum":["completed","unrelated_censor","rejected","safety_termination","developer_withdrawal","consent_privacy_withdrawal"]},"endpoint_decision_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"exposure_record_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}}},"upstream_bindings":{"type":"object","additionalProperties":false,"required":["cohort_integrity_sha256","exposure_integrity_sha256","endpoint_decisions_sha256","analysis_code_sha256"],"properties":{"cohort_integrity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"exposure_integrity_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"endpoint_decisions_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"analysis_code_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"}}},"claimed":{"type":"object","additionalProperties":false,"required":["wanted_score","ci95_lower","ci95_upper","survival_at_10000","horizon_identifiable","bootstrap_valid_fraction","censoring_bound_lower","censoring_bound_upper","censoring_bound_width","loo_max_absolute_shift","loo_unidentifiable_exclusions","support_at_10000","horizon_rejections","retained_at_10000","early_exit_count"],"properties":{"wanted_score":{"type":"number","minimum":0,"maximum":100},"ci95_lower":{"type":"number","minimum":0,"maximum":100},"ci95_upper":{"type":"number","minimum":0,"maximum":100},"survival_at_10000":{"type":"number","minimum":0,"maximum":1},"horizon_identifiable":{"const":true},"bootstrap_valid_fraction":{"type":"number","minimum":0.95,"maximum":1},"censoring_bound_lower":{"type":"number","minimum":0,"maximum":100},"censoring_bound_upper":{"type":"number","minimum":0,"maximum":100},"censoring_bound_width":{"type":"number","minimum":0,"maximum":100},"loo_max_absolute_shift":{"type":["number","null"],"minimum":0},"loo_unidentifiable_exclusions":{"type":"integer","minimum":0},"support_at_10000":{"type":"integer","minimum":1},"horizon_rejections":{"type":"integer","minimum":0},"retained_at_10000":{"type":"integer","minimum":0},"early_exit_count":{"type":"integer","minimum":0}}},"evidence":{"type":"object","additionalProperties":false,"required":["endpoint_table_uri","endpoint_table_sha256","reproduction_log_uri","reproduction_log_sha256","public_aggregate_only"],"properties":{"endpoint_table_uri":{"type":"string","format":"uri"},"endpoint_table_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"reproduction_log_uri":{"type":"string","format":"uri"},"reproduction_log_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"}}}}}