{ "$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-list-schema.json", "title": "RelatedItemList", "description": "RelatedItemList schema", "type": "array", "items": { "type": "object", "required": [ "identifier" ], "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.