New Relic · JSON Structure

Openapi Label Body Structure

LabelBody schema

Type: object Properties: 3
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

category links name

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-body-structure.json",
  "name": "LabelBody",
  "description": "LabelBody schema",
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "example": "example_string"
    },
    "links": {
      "$ref": "#/components/schemas/LabelLinksBody"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    }
  }
}