{ "$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-delete-incident-record-input-schema.json", "title": "DeleteIncidentRecordInput", "description": "DeleteIncidentRecordInput schema", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/Arn" }, { "description": "The Amazon Resource Name (ARN) of the incident record you are deleting." } ] } }, "required": [ "arn" ] }