Amazon X-Ray · Schema

ServiceId

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Properties

Name Type Description
Name object
Names object
AccountId object
Type object
View JSON Schema on GitHub

JSON Schema

xray-service-id-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "<p/>"
        }
      ]
    },
    "Names": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ServiceNames"
        },
        {
          "description": "<p/>"
        }
      ]
    },
    "AccountId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "<p/>"
        }
      ]
    },
    "Type": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "<p/>"
        }
      ]
    }
  },
  "description": "<p/>",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceId",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-schema/xray-service-id-schema.json"
}