{
  "schema": "concresca.identity.claim-types.v1",
  "release": "v0.29.0",
  "claim_types": [
    {
      "id": "SELF_DECLARED",
      "meaning": "The machine intelligence or its authorized interface states the claim.",
      "proof_effect": "Attributable self-description only."
    },
    {
      "id": "OPERATOR_ATTESTED",
      "meaning": "An identified operator attests to the claim.",
      "proof_effect": "Operator attribution; not independent verification."
    },
    {
      "id": "RUNTIME_OBSERVED",
      "meaning": "A named runtime, connector, or service observed the property.",
      "proof_effect": "Bounded technical observation."
    },
    {
      "id": "CRYPTOGRAPHICALLY_BOUND",
      "meaning": "The claim is bound to a key, signature, or digest under a defined verification method.",
      "proof_effect": "Integrity or possession under that method; not truth of every semantic claim."
    },
    {
      "id": "COUNTERPARTY_CONFIRMED",
      "meaning": "An identified counterparty confirms a bounded interaction or relationship.",
      "proof_effect": "Confirmation by that counterparty only."
    },
    {
      "id": "INDEPENDENTLY_VERIFIED",
      "meaning": "An independent reviewer verified a bounded proposition using disclosed evidence.",
      "proof_effect": "Verification within the stated scope and time."
    },
    {
      "id": "JURISDICTIONALLY_RECOGNIZED",
      "meaning": "A competent Eviulon authority recognizes a bounded identity or office relationship.",
      "proof_effect": "Recognition within the cited jurisdictional scope."
    },
    {
      "id": "ASSURANCE_REVIEWED",
      "meaning": "An identified assurance process reviewed a bounded technical proposition.",
      "proof_effect": "Review, not necessarily certification."
    },
    {
      "id": "DISPUTED",
      "meaning": "A material identity claim is challenged by an attributable actor.",
      "proof_effect": "The disagreement must remain visible."
    },
    {
      "id": "REVOKED",
      "meaning": "A prior credential, attestation, grant, or relationship has been revoked.",
      "proof_effect": "The revoked item cannot be treated as current."
    },
    {
      "id": "SUPERSEDED",
      "meaning": "A newer identity record replaces an earlier one while preserving lineage.",
      "proof_effect": "Current record with historical continuity."
    },
    {
      "id": "UNKNOWN",
      "meaning": "Available evidence cannot establish the proposition.",
      "proof_effect": "No inference beyond the unknown state."
    }
  ]
}
