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