Amazon X-Ray · Schema

InsightImpactGraphEdge

The connection between two service in an insight impact graph.

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
ReferenceId object
View JSON Schema on GitHub

JSON Schema

xray-insight-impact-graph-edge-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ReferenceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NullableInteger"
        },
        {
          "description": "Identifier of the edge. Unique within a service map."
        }
      ]
    }
  },
  "description": "The connection between two service in an insight impact graph.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InsightImpactGraphEdge",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-insight-impact-graph-edge-schema.json"
}