Amazon Incident Manager · JSON Structure

Incident Manager Event Reference List Structure

EventReferenceList schema

Type: array Properties: 0
AutomationDevOpsIncident ManagementOperations

EventReferenceList is a JSON Structure definition published by Amazon Incident Manager. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-event-reference-list-structure.json",
  "name": "EventReferenceList",
  "description": "EventReferenceList schema",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "relatedItemId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/GeneratedId"
          },
          {
            "description": "The ID of a <code>RelatedItem</code> referenced in a <code>TimelineEvent</code>."
          }
        ]
      },
      "resource": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Arn"
          },
          {
            "description": "The Amazon Resource Name (ARN) of an Amazon Web Services resource referenced in a <code>TimelineEvent</code>."
          }
        ]
      }
    },
    "description": "An item referenced in a <code>TimelineEvent</code> that is involved in or somehow associated with an incident. You can specify an Amazon Resource Name (ARN) for an Amazon Web Services resource or a <code>RelatedItem</code> ID."
  }
}