{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "ErrorObject",
"type": "object",
"description": "Associated Error Objects",
"properties": {
"id": {
"type": "string",
"description": "A unique ID for the occurrence of the error. It is advised to log this code and include it if you contact FactSet support desk."
},
"title": {
"type": "string",
"description": "a description of the error"
}
}
}