{ "$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-access-preview-response-structure.json", "name": "GetAccessPreviewResponse", "description": "GetAccessPreviewResponse schema from AWS IAM Access Analyzer API", "type": "object", "properties": { "accessPreview": { "allOf": [ { "$ref": "#/components/schemas/AccessPreview" }, { "description": "An object that contains information about the access preview." } ] } }, "required": [ "accessPreview" ] }