{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-structure/incident-manager-pager-duty-incident-configuration-structure.json", "name": "PagerDutyIncidentConfiguration", "description": "Details about the PagerDuty service where the response plan creates an incident.", "type": "object", "properties": { "serviceId": { "allOf": [ { "$ref": "#/components/schemas/PagerDutyIncidentConfigurationServiceIdString" }, { "description": "The ID of the PagerDuty service that the response plan associates with an incident when it launches." } ] } }, "required": [ "serviceId" ] }