{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pan400ErrorInvalidQueryParams", "title": "Bad Request", "type": "object", "properties": { "name": { "type": "string", "description": "The error name.", "example": "invalidParamsError" }, "message": { "type": "string", "description": "The error message.", "example": "The specified request does not exist." } } }