{ "$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-update-organization-configuration-request-schema.json", "title": "UpdateOrganizationConfigurationRequest", "description": "UpdateOrganizationConfigurationRequest schema from Amazon Macie API", "type": "object", "properties": { "autoEnable": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "description": "Specifies whether to enable Amazon Macie automatically for an account when the account is added to the organization in Organizations." } ] } }, "required": [ "autoEnable" ] }