{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/bettercloud/refs/heads/main/json-structure/bettercloud-group-list-response-structure.json", "name": "GroupListResponse", "description": "Paginated list of groups.", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/Group" } }, "meta": { "$ref": "#/components/schemas/MetaResponse" } } }