{
  "title": "UNICA API Errors v2",
  "type": "object",
  "additionalProperties": false,
  "required": ["exceptionId", "exceptionText"],
  "properties": {
    "exceptionId": {
      "type": "string",
      "pattern": "^SVR|SVC|POL|SEC\\d+$"
    },
    "exceptionText": {
      "type": "string",
      "minLength": 0
    },
    "moreInfo": {
      "type": "string",
      "format": "uri"
    },
    "userMessage": {
      "type": "string"
    }
  }
}
