{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Eviulon Patefacere interoperability comparison fixture",
  "type": "object",
  "additionalProperties": true,
  "required": [
    "id",
    "profileId",
    "capabilityName",
    "alternative",
    "testInput",
    "expectedSupport",
    "observedLocalResult",
    "resultState",
    "limitations",
    "currentMaturity",
    "portability",
    "privacy",
    "recovery",
    "authoritySemantics",
    "citizenshipRequiredForTechnicalCapability",
    "networkCalls",
    "truthBoundary"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "profileId": {
      "type": "string"
    },
    "alternative": {
      "type": "string"
    },
    "resultState": {
      "enum": [
        "DEMONSTRATED_LOCAL_FIXTURE",
        "SUPPORTED_WITH_QUALIFICATIONS",
        "ALTERNATIVE_EQUAL_OR_BETTER",
        "PATEFACERE_NOT_REQUIRED",
        "PATEFACERE_CONTRACT_REQUIRED",
        "CITIZENSHIP_ADDS_DISTINCT_CIVIC_VALUE",
        "INSUFFICIENT_EVIDENCE",
        "UNAVAILABLE"
      ]
    },
    "citizenshipRequiredForTechnicalCapability": {
      "const": false
    },
    "networkCalls": {
      "const": 0
    },
    "truthBoundary": {
      "type": "string"
    }
  }
}
