{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-create-members-request-schema.json", "title": "CreateMembersRequest", "description": "CreateMembersRequest schema from Amazon GuardDuty API", "type": "object", "properties": { "AccountDetails": { "allOf": [ { "$ref": "#/components/schemas/AccountDetails" }, { "xml": { "name": "accountDetails" }, "description": "A list of account ID and email address pairs of the accounts that you want to associate with the GuardDuty administrator account." } ] } }, "required": [ "AccountDetails" ] }