AWS X-Ray · Schema

ServiceId

DebuggingDistributed TracingMicroservicesObservability

Properties

Name Type Description
Name string
Names array
AccountId string
Type string
View JSON Schema on GitHub

JSON Schema

x-ray-serviceid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ServiceId",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string"
    },
    "Names": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "AccountId": {
      "type": "string"
    },
    "Type": {
      "type": "string"
    }
  }
}