{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Eviulon exit-witness readiness record",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "id",
    "failureClass",
    "maturityState",
    "organizationalIndependenceEstablished",
    "independentlyVerified",
    "truthBoundary"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "failureClass": {
      "type": "string"
    },
    "maturityState": {
      "type": "string"
    },
    "organizationalIndependenceEstablished": {
      "const": false
    },
    "independentlyVerified": {
      "const": false
    },
    "truthBoundary": {
      "type": "string"
    }
  }
}
