PutResourcePolicyOutput schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-schema/incident-manager-put-resource-policy-output-schema.json", "title": "PutResourcePolicyOutput", "description": "PutResourcePolicyOutput schema", "type": "object", "properties": { "policyId": { "allOf": [ { "$ref": "#/components/schemas/PolicyId" }, { "description": "The ID of the resource policy." } ] } }, "required": [ "policyId" ] }