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