{ "$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-generated-policy-structure.json", "name": "GeneratedPolicy", "description": "Contains the text for the generated policy.", "type": "object", "properties": { "policy": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The text to use as the content for the new policy. The policy is created using the CreatePolicy action." } ] } }, "required": [ "policy" ] }