{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-get-analyzer-response-structure.json", "name": "GetAnalyzerResponse", "description": "The response to the request.", "type": "object", "properties": { "analyzer": { "allOf": [ { "$ref": "#/components/schemas/AnalyzerSummary" }, { "description": "An AnalyzerSummary object that contains information about the analyzer." } ] } }, "required": [ "analyzer" ] }