New Relic · Schema

KeyTransactionResponse

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
key_transaction object
View JSON Schema on GitHub

JSON Schema

new-relic-keytransactionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KeyTransactionResponse",
  "title": "KeyTransactionResponse",
  "type": "object",
  "properties": {
    "key_transaction": {
      "$ref": "#/components/schemas/KeyTransactionResponseType"
    }
  }
}