{
  "$id": "https://xn--mwe.com/schemas/k07-evidence-supersession.schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "authority": {
      "type": "object"
    },
    "effectiveAt": {
      "format": "date-time",
      "type": "string"
    },
    "priorReceiptId": {
      "type": "string"
    },
    "reason": {
      "type": "string"
    },
    "schema": {
      "const": "K07_EVIDENCE_SUPERSESSION_V1"
    },
    "signature": {
      "type": "object"
    },
    "successorReceiptId": {
      "type": "string"
    },
    "supersessionId": {
      "pattern": "^ES-K07-",
      "type": "string"
    }
  },
  "required": [
    "schema",
    "supersessionId",
    "priorReceiptId",
    "successorReceiptId",
    "reason",
    "effectiveAt",
    "authority",
    "signature"
  ],
  "title": "K07 Evidence Supersession",
  "type": "object"
}
