New Relic · JSON Structure

Openapi Policy Channels Response Type Structure

PolicyChannelsResponseType schema

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

channel_ids id

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-policy-channels-response-type-structure.json",
  "name": "PolicyChannelsResponseType",
  "description": "PolicyChannelsResponseType schema",
  "type": "object",
  "properties": {
    "channel_ids": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        100
      ]
    },
    "id": {
      "type": "int32",
      "example": 100
    }
  }
}