{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "type": "object", "description": "Error Response Object", "properties": { "errors": { "type": "array", "description": "Errors Array Object" } } }