JSON Schema for Manticore Search responseError
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/manticore/main/json-schema/responseError.json", "title": "responseError", "description": "JSON Schema for Manticore Search responseError", "oneOf": [ { "$ref": "#/components/schemas/responseErrorDetails" }, { "$ref": "#/components/schemas/responseErrorText" } ] }