New Relic · JSON Structure

Openapi Label Response Type Structure

LabelResponseType schema

Type: object Properties: 5
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

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

Properties

category key links name origins

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-response-type-structure.json",
  "name": "LabelResponseType",
  "description": "LabelResponseType schema",
  "type": "object",
  "properties": {
    "category": {
      "type": "string",
      "example": "example_string"
    },
    "key": {
      "type": "string",
      "example": "example_string"
    },
    "links": {
      "$ref": "#/components/schemas/LabelLinksResponse"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    },
    "origins": {
      "$ref": "#/components/schemas/LabelOriginsResponse"
    }
  }
}