{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-compute-optimizer/refs/heads/main/json-schema/compute-optimizer-account-enrollment-status-schema.json", "title": "AccountEnrollmentStatus", "description": "Describes the enrollment status of an organization's member accounts in Compute Optimizer.", "type": "object", "properties": { "accountId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "The Amazon Web Services account ID." } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/Status" }, { "description": "The account enrollment status." } ] }, "statusReason": { "allOf": [ { "$ref": "#/components/schemas/StatusReason" }, { "description": "
The reason for the account enrollment status.
For example, an account might show a status of Pending because member accounts of an organization require more time to be enrolled in the service.