{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-structure/identitystore-get-group-id-response-structure.json", "name": "GetGroupIdResponse", "description": "GetGroupIdResponse schema from AWS IAM Identity Center", "type": "object", "properties": { "GroupId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "The identifier for a group in the identity store." } ] }, "IdentityStoreId": { "allOf": [ { "$ref": "#/components/schemas/IdentityStoreId" }, { "description": "The globally unique identifier for the identity store." } ] } }, "required": [ "GroupId", "IdentityStoreId" ] }