{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-inspector/refs/heads/main/json-structure/inspector-associate-member-request-structure.json", "name": "AssociateMemberRequest", "description": "AssociateMemberRequest schema", "type": "object", "properties": { "accountId": { "allOf": [ { "$ref": "#/components/schemas/AccountId" }, { "description": "The Amazon Web Services account ID of the member account to be associated." } ] } }, "required": [ "accountId" ] }