{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-comprehend/refs/heads/main/json-structure/openapi.yml-describe-resource-policy-response-structure.json", "name": "DescribeResourcePolicyResponse", "description": "DescribeResourcePolicyResponse schema", "type": "object", "properties": { "ResourcePolicy": { "allOf": [ { "$ref": "#/components/schemas/Policy" }, { "description": "The JSON body of the resource-based policy." } ] }, "CreationTime": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "The time at which the policy was created." } ] }, "LastModifiedTime": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "The time at which the policy was last modified." } ] }, "PolicyRevisionId": { "allOf": [ { "$ref": "#/components/schemas/PolicyRevisionId" }, { "description": "The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a new revision ID, and it deletes the prior version of the policy." } ] } } }