An error response from the API.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "type": "object", "description": "An error response from the API.", "properties": { "error": { "type": "object" } } }