{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GroupList", "type": "object", "description": "A list of Power BI workspaces", "properties": { "value": { "type": "array" }, "@odata.context": { "type": "string" } } }