BatchGetAccountStatusRequest schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-batch-get-account-status-request-schema.json", "title": "BatchGetAccountStatusRequest", "description": "BatchGetAccountStatusRequest schema", "type": "object", "properties": { "accountIds": { "allOf": [ { "$ref": "#/components/schemas/AccountIdSet" }, { "description": "The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for." } ] } } }