{ "type": "object", "properties": { "ReferenceId": { "allOf": [ { "$ref": "#/components/schemas/NullableInteger" }, { "description": "Identifier for the service. Unique within the service map." } ] }, "Type": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "

Identifier for the service. Unique within the service map.

" } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The canonical name of the service." } ] }, "Names": { "allOf": [ { "$ref": "#/components/schemas/ServiceNames" }, { "description": "A list of names for the service, including the canonical name." } ] }, "AccountId": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "Identifier of the Amazon Web Services account in which the service runs." } ] }, "Edges": { "allOf": [ { "$ref": "#/components/schemas/InsightImpactGraphEdgeList" }, { "description": "Connections to downstream services." } ] } }, "description": "Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used. ", "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "InsightImpactGraphService", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-insight-impact-graph-service-schema.json" }