{ "$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-admin-status-schema.json", "title": "AdminStatus", "description": "The current status of an account as the delegated Amazon Macie administrator account for an organization in Organizations. Possible values are:", "type": "string", "enum": [ "ENABLED", "DISABLING_IN_PROGRESS" ] }