{
"type": "object",
"required": [
"OrganizationId",
"GroupId"
],
"title": "DescribeGroupRequest",
"properties": {
"OrganizationId": {
"allOf": [
{
"$ref": "#/components/schemas/OrganizationId"
},
{
"description": "The identifier for the organization under which the group exists."
}
]
},
"GroupId": {
"allOf": [
{
"$ref": "#/components/schemas/WorkMailIdentifier"
},
{
"description": "The identifier for the group to be described."
}
]
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-describe-group-request-schema.json",
"description": "DescribeGroupRequest schema from Amazon WorkMail API"
}