{
  "$ref": "#/definitions/error-code",
  "definitions": {
    "error-code": {
      "type": "string",
      "enum": [
        "AUTH_EXPIRED",
        "SCOPE_DENIED",
        "RATE_LIMITED",
        "NONCE_USED",
        "SESSION_GONE",
        "TURN_ABORTED",
        "CONTEXT_TOO_LARGE",
        "PAIR_DENIED",
        "UNSUPPORTED",
        "INTERNAL"
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schwaizer.ch/ocp/schemas/1.0/error-code.json"
}
