{ "$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-related-item-schema.json", "title": "RelatedItem", "description": "Resources that responders use to triage and mitigate the incident.", "type": "object", "properties": { "generatedId": { "allOf": [ { "$ref": "#/components/schemas/GeneratedId" }, { "description": "
A unique ID for a RelatedItem.
Don't specify this parameter when you add a RelatedItem by using the UpdateRelatedItems API action.