{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ODataError", "title": "ODataError", "required": [ "error" ], "type": "object", "properties": { "error": { "$ref": "#/components/schemas/MainError" } } }