New Relic · JSON Structure

Openapi Channel Response Type Structure

ChannelResponseType schema

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

configuration id links name type

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-channel-response-type-structure.json",
  "name": "ChannelResponseType",
  "description": "ChannelResponseType schema",
  "type": "object",
  "properties": {
    "configuration": {
      "type": "object",
      "properties": {},
      "example": {}
    },
    "id": {
      "type": "int32",
      "example": 100
    },
    "links": {
      "$ref": "#/components/schemas/ChannelLinksResponse"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "type": "{'type': 'string', 'example': 'standard'}"
  }
}