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