Schema error.json
Show original (referenced schemas with $ref)
{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes the standard error response which is returned with HTTP codes 400 and above",
"properties": { },
"required": [
"code",
"error",
"debug"
],
"title": "Error response",
"type": "object"
}