{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-schema/amazon-macie-enable-organization-admin-account-request-schema.json", "title": "EnableOrganizationAdminAccountRequest", "description": "EnableOrganizationAdminAccountRequest schema from Amazon Macie API", "type": "object", "properties": { "adminAccountId": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The Amazon Web Services account ID for the account to designate as the delegated Amazon Macie administrator account for the organization." } ] }, "clientToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "A unique, case-sensitive token that you provide to ensure the idempotency of the request." } ] } }, "required": [ "adminAccountId" ] }