Amazon X-Ray · JSON Structure

Xray Value With Service Ids Structure

Information about a segment annotation.

Type: object Properties: 2
Application PerformanceDebuggingDistributed TracingMonitoringObservability

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

Properties

AnnotationValue ServiceIds

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

JSON Structure

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-structure.org/meta/core/v0/#",
  "name": "ValueWithServiceIds",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-value-with-service-ids-structure.json"
}