{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "error",
"type": "object",
"description": "Full details of any error",
"properties": {
"code": {
"type": "string",
"description": "The error code"
},
"detail": {
"type": "string",
"description": "Explanation specific to the occurrence of the error"
},
"id": {
"type": "string",
"description": "Identifier for the error"
},
"title": {
"type": "string",
"description": "The title of the error"
}
}
}