ItemValue is a JSON Structure definition published by Amazon Incident Manager, describing 4 properties. 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-item-value-structure.json",
"name": "ItemValue",
"description": "Describes a related item.",
"type": "object",
"properties": {
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/Arn"
},
{
"description": "The Amazon Resource Name (ARN) of the related item, if the related item is an Amazon resource."
}
]
},
"metricDefinition": {
"allOf": [
{
"$ref": "#/components/schemas/MetricDefinition"
},
{
"description": "The metric definition, if the related item is a metric in Amazon CloudWatch."
}
]
},
"pagerDutyIncidentDetail": {
"allOf": [
{
"$ref": "#/components/schemas/PagerDutyIncidentDetail"
},
{
"description": "Details about an incident that is associated with a PagerDuty incident."
}
]
},
"url": {
"allOf": [
{
"$ref": "#/components/schemas/Url"
},
{
"description": "The URL, if the related item is a non-Amazon Web Services resource."
}
]
}
}
}
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.