{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-sitewise/refs/heads/main/json-schema/iot-sitewise-group-identity-schema.json", "title": "GroupIdentity", "description": "Contains information for a group identity in an access policy.", "type": "object", "properties": { "id": { "allOf": [ { "$ref": "#/components/schemas/IdentityId" }, { "description": "The IAM Identity Center ID of the group." } ] } }, "required": [ "id" ] }