{ "type": "object", "required": [ "OrganizationId", "Name" ], "name": "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-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-create-group-request-structure.json", "description": "CreateGroupRequest schema from Amazon WorkMail API" }