{"profile":"glyph.independent-witness-evidence/1","counter_definition":{"label":"Independent witnesses","shorthand":"W","increments_when":"A merged QUALIFY event records one service under a unique outside organizational control domain that completed the published witness exercise: it verified and retained the exact release ActionReceipts, proved inclusion under signed checkpoints, and proved an append-only checkpoint extension.","requires":["separate control domain: distinct legal control, key custody, and operational authority","verified intake, inclusion proofs, consistency proofs, and signed checkpoints","a stable public endpoint during the qualification probe","published retention and privacy policy","an attributable repository review of the operator's relationship with Glyph"],"does_not_count":["team-controlled instances on separate infrastructure (fault-domain diversity is not independence)","read-only mirrors of a team-operated log","multiple keys or logs under a control domain already represented in W","a cryptographically valid candidate with no merged QUALIFY event"],"establishes":"One separately controlled witness operation retained and proved inclusion of the submitted public release records under the published exercise.","does_not_establish":"Receipt truth, occurrence, present availability, policy compliance, production fitness, bond value, recourse, or a witness market. Outside control is an attributable institutional determination, not a cryptographic fact."},"ledger":{"as_of":"2026-08-24T17:04:00Z","counter":"witnesses","events":[],"historical_qualifications":0,"intake_status":"ACTIVE","ledger_root":"sha256:a1cb7680e94b1d309aa9bc782868e2449ec9b9ca57df23972434dacf817704e5","profile":"glyph.independent-witness-ledger/2","qualified_count":0,"schema_version":2},"ledger_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://glyphstandard.com/evidence/independent-witness-ledger-v2.schema.json","title":"Independent witness evidence ledger v2","type":"object","additionalProperties":false,"required":["profile","schema_version","as_of","counter","intake_status","qualified_count","historical_qualifications","events","ledger_root"],"properties":{"profile":{"const":"glyph.independent-witness-ledger/2"},"schema_version":{"const":2},"as_of":{"type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"counter":{"const":"witnesses"},"intake_status":{"enum":["ACTIVE","SUSPENDED"]},"qualified_count":{"type":"integer","minimum":0},"historical_qualifications":{"type":"integer","minimum":0},"events":{"type":"array","maxItems":10000,"items":{"$ref":"https://glyphstandard.com/evidence/independent-witness-event-v2.schema.json"}},"ledger_root":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"}}},"event_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://glyphstandard.com/evidence/independent-witness-event-v2.schema.json","title":"Independent witness repository-review event v2","oneOf":[{"$ref":"#/$defs/qualify"},{"$ref":"#/$defs/correct"},{"$ref":"#/$defs/disqualify"}],"$defs":{"hash":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"},"timestamp":{"type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"reviewer":{"type":"object","additionalProperties":false,"required":["identity","review_ref"],"properties":{"identity":{"type":"string","minLength":1},"review_ref":{"type":"string","minLength":1}}},"controlFindings":{"const":{"legal_control":"OUTSIDE_GLYPH_CONTROL","key_custody":"OUTSIDE_GLYPH_CONTROL","operational_authority":"OUTSIDE_GLYPH_CONTROL","relationship_review":"NO_SHARED_CONTROL_FOUND"}},"probe":{"type":"object","additionalProperties":false,"required":["profile","checked_at","endpoint","manifest_sha256","receipt_attestations","checkpoint_attestations","consistency_sha256","stable_public_endpoint","status"],"properties":{"profile":{"const":"glyph.independent-witness-endpoint-probe/1"},"checked_at":{"$ref":"#/$defs/timestamp"},"endpoint":{"type":"string","pattern":"^https://"},"manifest_sha256":{"$ref":"#/$defs/hash"},"receipt_attestations":{"type":"array","minItems":2,"maxItems":2,"items":{"$ref":"#/$defs/hash"}},"checkpoint_attestations":{"type":"array","minItems":2,"maxItems":2,"items":{"$ref":"#/$defs/hash"}},"consistency_sha256":{"$ref":"#/$defs/hash"},"stable_public_endpoint":{"const":true},"status":{"const":"VERIFIED"}}},"probeRequest":{"type":"object","additionalProperties":false,"required":["pass","ordinal","operation","method","url","http_status","byte_length","body_sha256"],"properties":{"pass":{"type":"integer","minimum":1,"maximum":2},"ordinal":{"type":"integer","minimum":1,"maximum":7},"operation":{"enum":["manifest","checkpoint-history","checkpoint-consistency","receipt-a","inclusion-a","receipt-b","inclusion-b"]},"method":{"const":"GET"},"url":{"type":"string","pattern":"^https://"},"http_status":{"const":200},"byte_length":{"type":"integer","minimum":0,"maximum":1048576},"body_sha256":{"$ref":"#/$defs/hash"}}},"probeTranscript":{"type":"object","additionalProperties":false,"required":["profile","endpoint","resolved_public_addresses","passes"],"properties":{"profile":{"const":"glyph.independent-witness-probe-transcript/1"},"endpoint":{"type":"string","pattern":"^https://"},"resolved_public_addresses":{"type":"array","minItems":1,"maxItems":16,"uniqueItems":true,"items":{"type":"string","minLength":2}},"passes":{"type":"array","minItems":2,"maxItems":2,"items":{"type":"array","minItems":7,"maxItems":7,"items":{"$ref":"#/$defs/probeRequest"}}}}},"reviewBasis":{"type":"object","additionalProperties":false,"required":["profile","candidate_root","candidate_url","public_issue","endpoint","resolved_public_addresses","accepted_source_kit_root","checker_sha256","intake_sha256","review_verifier_root","probe_transcript_sha256","control_disclosure_sha256","reviewer_identity","evaluated_at","review_basis_sha256"],"properties":{"profile":{"const":"glyph.independent-witness-review-basis/1"},"candidate_root":{"$ref":"#/$defs/hash"},"candidate_url":{"type":"string","pattern":"^https://"},"public_issue":{"type":"string","pattern":"^https://github.com/jkomkov/bulla/issues/[1-9][0-9]*$"},"endpoint":{"type":"string","pattern":"^https://"},"resolved_public_addresses":{"type":"array","minItems":1,"maxItems":16,"uniqueItems":true,"items":{"type":"string","minLength":2}},"accepted_source_kit_root":{"$ref":"#/$defs/hash"},"checker_sha256":{"$ref":"#/$defs/hash"},"intake_sha256":{"$ref":"#/$defs/hash"},"review_verifier_root":{"$ref":"#/$defs/hash"},"probe_transcript_sha256":{"$ref":"#/$defs/hash"},"control_disclosure_sha256":{"$ref":"#/$defs/hash"},"reviewer_identity":{"type":"string","minLength":1},"evaluated_at":{"$ref":"#/$defs/timestamp"},"review_basis_sha256":{"$ref":"#/$defs/hash"}}},"reviewResult":{"type":"object","additionalProperties":false,"required":["profile","review_basis_sha256","outcome","reasons","checked_at","review_result_sha256"],"properties":{"profile":{"const":"glyph.independent-witness-review-result/1"},"review_basis_sha256":{"$ref":"#/$defs/hash"},"outcome":{"const":"PASS"},"reasons":{"type":"array","maxItems":0},"checked_at":{"$ref":"#/$defs/timestamp"},"review_result_sha256":{"$ref":"#/$defs/hash"}}},"qualificationFields":{"type":"object","required":["candidate_path","candidate_root","candidate_url","public_issue","operator_did","log_id","endpoint","control_domain","candidate_status","control_findings","endpoint_probe","probe_transcript","review_basis","review_result","reviewer","resulting_status"],"properties":{"candidate_path":{"type":"string","pattern":"^glyph/data/independent-witnesses/candidates/sha256-[0-9a-f]{64}$"},"candidate_root":{"$ref":"#/$defs/hash"},"candidate_url":{"type":"string","pattern":"^https://"},"public_issue":{"type":"string","pattern":"^https://github.com/jkomkov/bulla/issues/[1-9][0-9]*$"},"operator_did":{"type":"string","pattern":"^did:key:"},"log_id":{"type":"string","minLength":1},"endpoint":{"type":"string","pattern":"^https://"},"control_domain":{"type":"string","maxLength":253,"pattern":"^(?=.{1,253}$)[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)+$"},"candidate_status":{"const":"VALID_CANDIDATE"},"control_findings":{"$ref":"#/$defs/controlFindings"},"endpoint_probe":{"$ref":"#/$defs/probe"},"probe_transcript":{"$ref":"#/$defs/probeTranscript"},"review_basis":{"$ref":"#/$defs/reviewBasis"},"review_result":{"$ref":"#/$defs/reviewResult"},"reviewer":{"$ref":"#/$defs/reviewer"},"resulting_status":{"const":"QUALIFIED"}}},"qualify":{"unevaluatedProperties":false,"allOf":[{"$ref":"#/$defs/qualificationFields"},{"type":"object","required":["profile","sequence","action","previous_event_sha256","issued_at","event_sha256"],"properties":{"profile":{"const":"glyph.independent-witness-event/2"},"sequence":{"type":"integer","minimum":1,"maximum":10000},"action":{"const":"QUALIFY"},"previous_event_sha256":{"oneOf":[{"type":"null"},{"$ref":"#/$defs/hash"}]},"issued_at":{"$ref":"#/$defs/timestamp"},"event_sha256":{"$ref":"#/$defs/hash"}}}]},"correct":{"type":"object","additionalProperties":false,"required":["profile","sequence","action","previous_event_sha256","issued_at","target_event_sha256","replacement","reason","reviewer","resulting_status","event_sha256"],"properties":{"profile":{"const":"glyph.independent-witness-event/2"},"sequence":{"type":"integer","minimum":1,"maximum":10000},"action":{"const":"CORRECT"},"previous_event_sha256":{"$ref":"#/$defs/hash"},"issued_at":{"$ref":"#/$defs/timestamp"},"target_event_sha256":{"$ref":"#/$defs/hash"},"replacement":{"allOf":[{"$ref":"#/$defs/qualificationFields"}],"unevaluatedProperties":false},"reason":{"type":"string","minLength":1},"reviewer":{"$ref":"#/$defs/reviewer"},"resulting_status":{"const":"QUALIFIED"},"event_sha256":{"$ref":"#/$defs/hash"}}},"disqualify":{"type":"object","additionalProperties":false,"required":["profile","sequence","action","previous_event_sha256","issued_at","target_event_sha256","operator_did","log_id","control_domain","reason","review_basis_sha256","reviewer","resulting_status","event_sha256"],"properties":{"profile":{"const":"glyph.independent-witness-event/2"},"sequence":{"type":"integer","minimum":1,"maximum":10000},"action":{"const":"DISQUALIFY"},"previous_event_sha256":{"$ref":"#/$defs/hash"},"issued_at":{"$ref":"#/$defs/timestamp"},"target_event_sha256":{"$ref":"#/$defs/hash"},"operator_did":{"type":"string","minLength":1},"log_id":{"type":"string","minLength":1},"control_domain":{"type":"string","minLength":1},"reason":{"type":"string","minLength":1},"review_basis_sha256":{"$ref":"#/$defs/hash"},"reviewer":{"$ref":"#/$defs/reviewer"},"resulting_status":{"const":"DISQUALIFIED"},"event_sha256":{"$ref":"#/$defs/hash"}}}}},"review_basis_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://glyphstandard.com/evidence/independent-witness-review-basis.schema.json","title":"Independent witness qualification review basis","type":"object","additionalProperties":false,"required":["profile","candidate_root","candidate_url","public_issue","endpoint","resolved_public_addresses","accepted_source_kit_root","checker_sha256","intake_sha256","review_verifier_root","probe_transcript_sha256","control_disclosure_sha256","reviewer_identity","evaluated_at","review_basis_sha256"],"properties":{"profile":{"const":"glyph.independent-witness-review-basis/1"},"candidate_root":{"$ref":"#/$defs/hash"},"candidate_url":{"type":"string","pattern":"^https://"},"public_issue":{"type":"string","pattern":"^https://github.com/jkomkov/bulla/issues/[1-9][0-9]*$"},"endpoint":{"type":"string","pattern":"^https://"},"resolved_public_addresses":{"type":"array","minItems":1,"maxItems":16,"uniqueItems":true,"items":{"type":"string","minLength":2}},"accepted_source_kit_root":{"$ref":"#/$defs/hash"},"checker_sha256":{"$ref":"#/$defs/hash"},"intake_sha256":{"$ref":"#/$defs/hash"},"review_verifier_root":{"$ref":"#/$defs/hash"},"probe_transcript_sha256":{"$ref":"#/$defs/hash"},"control_disclosure_sha256":{"$ref":"#/$defs/hash"},"reviewer_identity":{"type":"string","minLength":1},"evaluated_at":{"$ref":"#/$defs/timestamp"},"review_basis_sha256":{"$ref":"#/$defs/hash"}},"$defs":{"hash":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"},"timestamp":{"type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"}}},"review_result_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://glyphstandard.com/evidence/independent-witness-review-result.schema.json","title":"Independent witness qualification review result","type":"object","additionalProperties":false,"required":["profile","review_basis_sha256","outcome","reasons","checked_at","review_result_sha256"],"properties":{"profile":{"const":"glyph.independent-witness-review-result/1"},"review_basis_sha256":{"oneOf":[{"type":"null"},{"$ref":"#/$defs/hash"}]},"outcome":{"enum":["PASS","REJECTED","UNCHECKABLE"]},"reasons":{"type":"array","maxItems":32,"items":{"type":"string","minLength":1}},"checked_at":{"$ref":"#/$defs/timestamp"},"review_result_sha256":{"$ref":"#/$defs/hash"}},"allOf":[{"if":{"properties":{"outcome":{"const":"PASS"}}},"then":{"properties":{"review_basis_sha256":{"$ref":"#/$defs/hash"},"reasons":{"maxItems":0}}},"else":{"properties":{"reasons":{"minItems":1}}}}],"$defs":{"hash":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"},"timestamp":{"type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"}}},"candidate_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://glyphstandard.com/evidence/independent-witness-candidate.schema.json","title":"Independent witness candidate package descriptor","type":"object","additionalProperties":false,"required":["profile","candidate_root","operator_did","counter_status","candidate_for","never_counts_toward","member_count","members","proof"],"properties":{"profile":{"const":"glyph.independent-witness-candidate/0.1"},"candidate_root":{"$ref":"#/$defs/hash"},"operator_did":{"type":"string","pattern":"^did:key:z[1-9A-HJ-NP-Za-km-z]+$"},"counter_status":{"const":"NOT_COUNTED"},"candidate_for":{"const":"independent_witnesses"},"never_counts_toward":{"const":["independent_implementations","external_reliance_decisions","external_replays"]},"member_count":{"const":15},"members":{"type":"array","minItems":14,"maxItems":14,"items":{"type":"object","additionalProperties":false,"required":["path","byte_length","sha256"],"properties":{"path":{"type":"string","pattern":"^[a-z0-9-]+\\.json$"},"byte_length":{"type":"integer","minimum":1,"maximum":1048576},"sha256":{"$ref":"#/$defs/hash"}}}},"proof":{"type":"object","additionalProperties":false,"required":["type","purpose","verification_method","proof_value"],"properties":{"type":{"const":"Ed25519Signature2026"},"purpose":{"const":"candidate-root"},"verification_method":{"type":"string"},"proof_value":{"type":"string"}}}},"$defs":{"hash":{"type":"string","pattern":"^sha256:[0-9a-f]{64}$"}}},"intake":{"status":"ACTIVE","display":"W0 · intake open","public_issue":"https://github.com/jkomkov/bulla/issues/new?template=independent_witness_candidate.yml","counter_rule":"Candidates remain VALID_CANDIDATE · NOT_COUNTED until a repository-reviewed QUALIFY event merges; unique active outside control domains count once."},"operator_kit":{"profile":"bulla.receipt-witness/0.1-experimental","kit_root":"sha256:0e53371bf646c574fd32575d33c92d44e32c3041b4030051ae1edfbbec811c37","source_kit_root":"sha256:060051b128c139338aacc6bee12f8597700e2f7644b98cf7688bcc3ef7d35fff","archive_sha256":"sha256:90ed0aaea0a444f1dc7702f7ee8721f28d796800e8da561f3334df18391c1765","archive_byte_length":501760,"archive_url":"https://glyphstandard.com/evidence/witness-operator-kit/sha256-0e53371bf646c574fd32575d33c92d44e32c3041b4030051ae1edfbbec811c37/receipt-witness-operator-kit.tar","checksum_url":"https://glyphstandard.com/evidence/witness-operator-kit/sha256-0e53371bf646c574fd32575d33c92d44e32c3041b4030051ae1edfbbec811c37/receipt-witness-operator-kit.tar.sha256"},"noncounting_intake_exercise":{"result":{"boundary":"Valid candidate mechanics do not establish outside organizational control.","candidate_for":"independent_witnesses","candidate_root":"sha256:d546d010fbde7151f7f56c375ea6244cfa04dbfd4a89c1935f50da2f939a2f5d","candidate_status":"VALID_CANDIDATE","counter_status":"NOT_COUNTED","kit_root":"sha256:0e53371bf646c574fd32575d33c92d44e32c3041b4030051ae1edfbbec811c37","log_id":"glyph-project-controlled:witness-intake-test","never_counts_toward":["independent_implementations","external_reliance_decisions","external_replays"],"operator_did":"did:key:z6Mkqysosbx3CQr7xzXgAKDXLMy2TU9rBCgwNQn3xj7hVXsE","profile":"glyph.independent-witness-intake-test-result/1","project_controlled":true,"qualified_count_after":0,"qualified_count_before":0,"source_kit_root":"sha256:060051b128c139338aacc6bee12f8597700e2f7644b98cf7688bcc3ef7d35fff"},"counter_status":"NOT_COUNTED","package_url":"https://glyphstandard.com/evidence/witness-intake-test/sha256-d546d010fbde7151f7f56c375ea6244cfa04dbfd4a89c1935f50da2f939a2f5d/package.json","result_url":"https://glyphstandard.com/evidence/witness-intake-test/sha256-d546d010fbde7151f7f56c375ea6244cfa04dbfd4a89c1935f50da2f939a2f5d/result.json"},"normative_sources":{"profile":"https://glyphstandard.com/evidence/reference/sha256-3b4ebea08b7887245414c48b615a00bc678928e407876ea69177fef82c84cb9c/PROFILE.md","wire_format":"https://glyphstandard.com/evidence/reference/sha256-491c3fe6c0f872afa289b98a6e98ef681814417940641aa179c326e96c725e5f/WIRE-FORMAT.md","threat_model":"https://glyphstandard.com/evidence/reference/sha256-2a666c5eed2bfde72c79877ab1e7bcd2c60ede3830f29c4fa433321b24731a60/THREAT-MODEL.md","ledger_checker":"https://glyphstandard.com/evidence/reference/sha256-a8f8c2843469988979bb9e67b89b830723f6ced5219bf18aebb4c4aa0abe7451/check_independent_witness_evidence.py","intake_tool":"https://glyphstandard.com/evidence/reference/sha256-5d6d3bf9ddcddccf8ae6ee2298a5583b07238012719103612bec42c3921b9dfc/independent_witness_intake.py","candidate_schema":"https://glyphstandard.com/evidence/independent-witness-candidate.schema.json","historical_event_schema":"https://glyphstandard.com/evidence/independent-witness-event.schema.json","historical_ledger_schema":"https://glyphstandard.com/evidence/independent-witness-ledger.schema.json","event_schema":"https://glyphstandard.com/evidence/independent-witness-event-v2.schema.json","ledger_schema":"https://glyphstandard.com/evidence/independent-witness-ledger-v2.schema.json","review_basis_schema":"https://glyphstandard.com/evidence/independent-witness-review-basis.schema.json","review_result_schema":"https://glyphstandard.com/evidence/independent-witness-review-result.schema.json"},"boundaries":{"establishes":"One separately controlled witness operation retained and proved inclusion of the submitted public release records under the published exercise.","does_not_establish":"Receipt truth, occurrence, present availability, policy compliance, production fitness, bond value, recourse, or a witness market. Outside control is an attributable institutional determination, not a cryptographic fact.","externality":"Outside organizational control is an attributable repository-review determination, not a cryptographic fact."}}