{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-batch-get-account-status-response-structure.json", "name": "BatchGetAccountStatusResponse", "description": "BatchGetAccountStatusResponse schema", "type": "object", "properties": { "accounts": { "allOf": [ { "$ref": "#/components/schemas/AccountStateList" }, { "description": "An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts." } ] }, "failedAccounts": { "allOf": [ { "$ref": "#/components/schemas/FailedAccountList" }, { "description": "An array of objects detailing any accounts that failed to enable Amazon Inspector and why." } ] } }, "required": [ "accounts" ] }