A paginated list of groups.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GroupPage", "type": "object", "description": "A paginated list of groups.", "properties": { "data": { "type": "array", "description": "The list of groups." } } }