New Relic · JSON Structure

Openapi Key Transaction Response Structure

KeyTransactionResponse schema

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

KeyTransactionResponse is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

key_transaction

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-key-transaction-response-structure.json",
  "name": "KeyTransactionResponse",
  "description": "KeyTransactionResponse schema",
  "type": "object",
  "properties": {
    "key_transaction": {
      "$ref": "#/components/schemas/KeyTransactionResponseType"
    }
  }
}