Amazon X-Ray · Schema

ValueWithServiceIds

Information about a segment annotation.

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
AnnotationValue object
ServiceIds object
View JSON Schema on GitHub

JSON Schema

xray-value-with-service-ids-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AnnotationValue": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnnotationValue"
        },
        {
          "description": "Values of the annotation."
        }
      ]
    },
    "ServiceIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceIds"
        },
        {
          "description": "Services to which the annotation applies."
        }
      ]
    }
  },
  "description": "Information about a segment annotation.",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ValueWithServiceIds",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-value-with-service-ids-schema.json"
}