{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "GeneralErrorObjectResponseBody", "properties": { "error": { "description": null, "$ref": "#/components/schemas/GeneralErrorObject" } } }