Amazon X-Ray · JSON Structure

Xray Alias Structure

An alias for an edge.

Type: object Properties: 3
Application PerformanceDebuggingDistributed TracingMonitoringObservability

Alias is a JSON Structure definition published by Amazon X-Ray, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name Names Type

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The canonical name of the alias."
        }
      ]
    },
    "Names": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AliasNames"
        },
        {
          "description": "A list of names for the alias, including the canonical name."
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The type of the alias."
        }
      ]
    }
  },
  "description": "An alias for an edge.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Alias",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-alias-structure.json"
}