New Relic · JSON Structure

New Relic Channel Body Structure

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

ChannelBody is a JSON Structure definition published by New Relic, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

configuration name type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ChannelBody",
  "properties": {
    "configuration": {
      "type": "object",
      "properties": {}
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}