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