{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "HistoryError400Body", "properties": { "error": { "type": "string", "example": "Invalid data provided" }, "code": { "type": "string", "example": 400 }, "validation": { "items": { "$ref": "#/components/schemas/ValidationObject" } } } }