{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-schema/inspector-enable-delegated-admin-account-response-schema.json", "title": "EnableDelegatedAdminAccountResponse", "description": "EnableDelegatedAdminAccountResponse schema", "type": "object", "properties": { "delegatedAdminAccountId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "The Amazon Web Services account ID of the successfully Amazon Inspector delegated administrator." } ] } }, "required": [ "delegatedAdminAccountId" ] }