New Relic · JSON Structure

Openapi Label Structure

Label schema

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

label

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-structure.json",
  "name": "Label",
  "description": "Label schema",
  "type": "object",
  "properties": {
    "label": {
      "$ref": "#/components/schemas/LabelBody"
    }
  }
}