New Relic · Schema

KeyTransactionLinksResponse

KeyTransactionLinksResponse schema

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
application integer Application from which this key transaction originated
View JSON Schema on GitHub

JSON Schema

openapi-key-transaction-links-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-key-transaction-links-response-schema.json",
  "title": "KeyTransactionLinksResponse",
  "description": "KeyTransactionLinksResponse schema",
  "type": "object",
  "properties": {
    "application": {
      "type": "integer",
      "description": "Application from which this key transaction originated",
      "example": 100
    }
  }
}