{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-account-structure.json", "name": "Account", "description": "An Amazon Web Services account within your environment that Amazon Inspector has been enabled for.", "type": "object", "properties": { "accountId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "The ID of the Amazon Web Services account." } ] }, "resourceStatus": { "allOf": [ { "$ref": "#/components/schemas/ResourceStatus" }, { "description": "Details of the status of Amazon Inspector scans by resource type." } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/Status" }, { "description": "The status of Amazon Inspector for the account." } ] } }, "required": [ "accountId", "resourceStatus", "status" ] }