The response schema for reporting errors
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "clientErrorResponse", "type": "object", "description": "The response schema for reporting errors", "properties": { "errors": { "type": "array", "description": "List of errors" } } }