{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-list-invitations-response-structure.json", "name": "ListInvitationsResponse", "description": "ListInvitationsResponse schema from Amazon GuardDuty API", "type": "object", "properties": { "Invitations": { "allOf": [ { "$ref": "#/components/schemas/Invitations" }, { "xml": { "name": "invitations" }, "description": "A list of invitation descriptions." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "nextToken" }, "description": "The pagination parameter to be used on the next list operation to retrieve more items." } ] } } }