{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://usedeed.app/contracts/deed.proof_card.external_independence.v1.schema.json",
  "title": "DEED proof-card external independence covenant v1",
  "type": "object",
  "required": [
    "schema",
    "deedControlOrEmployment",
    "deedHostedVerifierDependencies",
    "deedNetworkAccessRequired",
    "deedProvidedSigningKey",
    "counterSignatureGrantsCustody",
    "counterSignatureGrantsRevocationAuthority",
    "statement"
  ],
  "properties": {
    "schema": { "const": "https://usedeed.app/contracts/deed.proof_card.external_independence.v1.schema.json" },
    "deedControlOrEmployment": { "const": false },
    "deedHostedVerifierDependencies": { "const": false },
    "deedNetworkAccessRequired": { "const": false },
    "deedProvidedSigningKey": { "const": false },
    "counterSignatureGrantsCustody": { "const": false },
    "counterSignatureGrantsRevocationAuthority": { "const": false },
    "statement": { "const": "The attester is a non-DEED independent verifier, ran the published standalone verifier without DEED-hosted dependencies or DEED network access, used a non-DEED-provided signing key, and this counter-signature grants no custody or revocation authority." }
  },
  "additionalProperties": false
}
