GetGroupsResult schema from Amazon X-Ray API
{ "type": "object", "properties": { "Groups": { "allOf": [ { "$ref": "#/components/schemas/GroupSummaryList" }, { "description": "The collection of all active groups." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Pagination token." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "GetGroupsResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-get-groups-result-schema.json", "description": "GetGroupsResult schema from Amazon X-Ray API" }