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