{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-get-delegated-admin-account-response-structure.json", "name": "GetDelegatedAdminAccountResponse", "description": "GetDelegatedAdminAccountResponse schema", "type": "object", "properties": { "delegatedAdmin": { "allOf": [ { "$ref": "#/components/schemas/DelegatedAdmin" }, { "description": "The Amazon Web Services account ID of the Amazon Inspector delegated administrator." } ] } } }