{ "schema": { "properties": { "datasource_uids": { "description": "The uid of the dataset/datasource this new chart will use. A complete datasource identification needs `datasource_uid` ", "items": { "type": "string" }, "type": "array" }, "datasources": { "description": "A list of the data source and database names", "items": { "properties": { "catalog": { "description": "Datasource catalog", "nullable": true, "type": "string" }, "database_name": { "description": "Datasource name", "type": "string" }, "datasource_name": { "description": "The datasource name.", "type": "string" }, "datasource_type": { "description": "The type of dataset/datasource identified on `datasource_id`.", "enum": ["table", "dataset", "query", "saved_query", "view"], "type": "string" }, "schema": { "description": "Datasource schema", "type": "string" } }, "required": ["datasource_type"], "type": "object", "title": "Datasource" }, "type": "array" } }, "type": "object", "title": "CacheInvalidationRequestSchema" }, "schemaType": "response" }