Amazon X-Ray · JSON Structure

Xray Annotations Structure

Annotations schema from Amazon X-Ray API

Type: object Properties: 0
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

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

JSON Structure

Raw ↑
{
  "type": "object",
  "additionalProperties": {
    "$ref": "#/components/schemas/ValuesWithServiceIds"
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "Annotations",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-annotations-structure.json",
  "description": "Annotations schema from Amazon X-Ray API"
}