New Relic · Schema

ChannelBody

ChannelBody schema

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
configuration object
name string
type string
View JSON Schema on GitHub

JSON Schema

openapi-channel-body-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-channel-body-schema.json",
  "title": "ChannelBody",
  "description": "ChannelBody schema",
  "type": "object",
  "properties": {
    "configuration": {
      "type": "object",
      "properties": {},
      "example": {}
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "type": {
      "type": "string",
      "example": "standard"
    }
  }
}