{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AuthorizationRequired", "properties": { "error": { "type": "string", "description": "Error message", "example": "Incorrect authentication" }, "code": { "type": "string", "description": "Erroc code", "example": 401 } } }