New Relic · Schema

ChannelResponseType

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

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

JSON Schema

new-relic-channelresponsetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelResponseType",
  "title": "ChannelResponseType",
  "type": "object",
  "properties": {
    "configuration": {
      "type": "object",
      "properties": {},
      "example": {}
    },
    "id": {
      "type": "integer",
      "example": 100
    },
    "links": {
      "$ref": "#/components/schemas/ChannelLinksResponse"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "type": {
      "type": "string",
      "example": "standard"
    }
  }
}