{ "$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-is-member-in-groups-response-structure.json", "name": "IsMemberInGroupsResponse", "description": "IsMemberInGroupsResponse schema from AWS IAM Identity Center", "type": "object", "properties": { "Results": { "allOf": [ { "$ref": "#/components/schemas/GroupMembershipExistenceResults" }, { "description": "A list containing the results of membership existence checks." } ] } }, "required": [ "Results" ] }