GetMemberResponse 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-get-member-response-schema.json", "title": "GetMemberResponse", "description": "GetMemberResponse schema", "type": "object", "properties": { "member": { "allOf": [ { "$ref": "#/components/schemas/Member" }, { "description": "Details of the retrieved member account." } ] } } }