{ "type": "object", "required": [ "OrganizationId", "Name" ], "title": "CreateGroupRequest", "properties": { "OrganizationId": { "allOf": [ { "$ref": "#/components/schemas/OrganizationId" }, { "description": "The organization under which the group is to be created." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/GroupName" }, { "description": "The name of the group." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-create-group-request-schema.json", "description": "CreateGroupRequest schema from Amazon WorkMail API" }