{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Eviulon portable exit package profile",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "id",
    "scenario",
    "profile",
    "readinessState",
    "publicMetadata",
    "publicMetadataSha256",
    "prohibitedPrivateFields",
    "witnessStatus",
    "postExitServiceState",
    "truthBoundary"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "scenario": {
      "type": "string"
    },
    "profile": {
      "type": "string"
    },
    "readinessState": {
      "type": "string"
    },
    "publicMetadata": {
      "type": "object"
    },
    "publicMetadataSha256": {
      "type": "string",
      "pattern": "^[0-9a-f]{64}$"
    },
    "prohibitedPrivateFields": {
      "type": "array"
    },
    "witnessStatus": {
      "type": "string"
    },
    "postExitServiceState": {
      "type": "string"
    },
    "truthBoundary": {
      "type": "string"
    }
  }
}
