{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "response_error", "description": "A set of errors", "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "#/definitions/errors" } } } }