{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Error401", "type": "object", "properties": { "errors": { "type": "array", "items": { "$ref": "#/definitions/Error" } } }, "required": [ "errors" ] }