{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "status", "type": "object", "description": "specifies the error message fields in the response", "properties": { "errors": { "type": "array", "description": "An array containing errors" } } }