{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-macie/refs/heads/main/json-structure/amazon-macie-policy-details-structure.json", "name": "PolicyDetails", "description": "Provides the details of a policy finding.", "type": "object", "properties": { "action": { "allOf": [ { "$ref": "#/components/schemas/FindingAction" }, { "description": "The action that produced the finding." } ] }, "actor": { "allOf": [ { "$ref": "#/components/schemas/FindingActor" }, { "description": "The entity that performed the action that produced the finding." } ] } } }