{ "$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-validate-policy-response-structure.json", "name": "ValidatePolicyResponse", "description": "ValidatePolicyResponse schema from AWS IAM Access Analyzer API", "type": "object", "properties": { "findings": { "allOf": [ { "$ref": "#/components/schemas/ValidatePolicyFindingList" }, { "description": "The list of findings in a policy returned by IAM Access Analyzer based on its suite of policy checks." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "A token used for pagination of results returned." } ] } }, "required": [ "findings" ] }