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