Information about one or more errors
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Errors", "type": "object", "description": "Information about one or more errors", "properties": { "errors": { "type": "array", "description": "List of errors" } } }