{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Eviulon Patefacere capability benchmark",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "id",
    "capabilityId",
    "name",
    "resultState",
    "comparisons",
    "decisionExplanation",
    "truthBoundary"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "capabilityId": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "resultState": {
      "enum": [
        "DEMONSTRATED_LOCAL_FIXTURE",
        "SUPPORTED_WITH_QUALIFICATIONS",
        "ALTERNATIVE_EQUAL_OR_BETTER",
        "CITIZENSHIP_NOT_REQUIRED",
        "PATEFACERE_NOT_REQUIRED",
        "INSUFFICIENT_EVIDENCE",
        "FAILED_FIXTURE",
        "UNAVAILABLE"
      ]
    },
    "comparisons": {
      "type": "array"
    },
    "decisionExplanation": {
      "type": "string"
    },
    "truthBoundary": {
      "type": "string"
    }
  }
}
