{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-disable-organization-admin-account-request-structure.json", "name": "DisableOrganizationAdminAccountRequest", "description": "DisableOrganizationAdminAccountRequest schema from Amazon GuardDuty API", "type": "object", "properties": { "AdminAccountId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "adminAccountId" }, "description": "The Amazon Web Services Account ID for the organizations account to be disabled as a GuardDuty delegated administrator." } ] } }, "required": [ "AdminAccountId" ] }