{ "type": "object", "required": [ "GroupName" ], "title": "CreateGroupRequest", "properties": { "GroupName": { "allOf": [ { "$ref": "#/components/schemas/GroupName" }, { "description": "The case-sensitive name of the new group. Default is a reserved name and names must be unique." } ] }, "FilterExpression": { "allOf": [ { "$ref": "#/components/schemas/FilterExpression" }, { "description": "The filter expression defining criteria by which to group traces." } ] }, "InsightsConfiguration": { "allOf": [ { "$ref": "#/components/schemas/InsightsConfiguration" }, { "description": "

The structure containing configurations related to insights.

" } ] }, "Tags": { "allOf": [ { "$ref": "#/components/schemas/TagList" }, { "description": "

A map that contains one or more tag keys and tag values to attach to an X-Ray group. For more information about ways to use tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.

The following restrictions apply to tags:

" } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-create-group-request-schema.json", "description": "CreateGroupRequest schema from Amazon X-Ray API" }