{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/beta4ErrorResponse", "title": "beta4ErrorResponse", "allOf": [ { "$ref": "#/components/schemas/BaseError" }, { "type": "object", "properties": { "errors": { "$ref": "#/components/schemas/beta4DetailedErrors" } } } ], "x-tags": [ "Models" ] }