{ "$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-relationship-status-schema.json", "title": "RelationshipStatus", "description": "The current status of the relationship between an account and an associated Amazon Macie administrator account. Possible values are:", "type": "string", "enum": [ "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed", "RegionDisabled", "AccountSuspended" ] }