DisableDelegatedAdminAccountRequest 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-disable-delegated-admin-account-request-schema.json", "title": "DisableDelegatedAdminAccountRequest", "description": "DisableDelegatedAdminAccountRequest schema", "type": "object", "properties": { "delegatedAdminAccountId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "The Amazon Web Services account ID of the current Amazon Inspector delegated administrator." } ] } }, "required": [ "delegatedAdminAccountId" ] }