{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetaError", "title": "MetaError", "allOf": [ { "$ref": "#/components/schemas/ErrorBasic" }, { "$ref": "#/components/schemas/ErrorAdditional" } ], "x-tags": [ "Models" ] }