{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "https://api-evangelist.github.io/web-of-science-apis/json-structure/web-of-science-error-response-structure.json", "title": "ErrorResponse", "description": "Error response from the API", "type": "object", "properties": { "code": { "type": "int32", "description": "HTTP error code" }, "message": { "type": "str", "description": "Human-readable error message" } } }