New Relic · JSON Structure

Openapi Label Links Body Structure

LabelLinksBody schema

Type: object Properties: 2
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

LabelLinksBody 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

servers applications

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-label-links-body-structure.json",
  "name": "LabelLinksBody",
  "description": "LabelLinksBody schema",
  "type": "object",
  "properties": {
    "servers": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        100
      ]
    },
    "applications": {
      "type": "array",
      "items": {
        "type": "int32"
      },
      "example": [
        100
      ]
    }
  }
}