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