{ "$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-action-structure.json", "name": "Action", "description": "The action that starts at the beginning of an incident. The response plan defines the action.", "type": "object", "properties": { "ssmAutomation": { "allOf": [ { "$ref": "#/components/schemas/SsmAutomation" }, { "description": "The Systems Manager automation document to start as the runbook at the beginning of the incident." } ] } } }