{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-start-monitoring-members-request-schema.json", "title": "StartMonitoringMembersRequest", "description": "StartMonitoringMembersRequest schema from Amazon GuardDuty API", "type": "object", "properties": { "AccountIds": { "allOf": [ { "$ref": "#/components/schemas/AccountIds" }, { "xml": { "name": "accountIds" }, "description": "A list of account IDs of the GuardDuty member accounts to start monitoring." } ] } }, "required": [ "AccountIds" ] }