{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GroupList", "title": "GroupList", "type": "object", "description": "A list of Power BI workspaces", "properties": { "value": { "type": "array", "items": { "$ref": "#/components/schemas/Group" }, "example": [] }, "@odata.context": { "type": "string", "example": "example_value" } } }