EventReferenceList is a JSON Structure definition published by Amazon Incident Manager. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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."
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.