New Relic · Schema

LabelResponseType

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
category string
key string
links object
name string
origins object
View JSON Schema on GitHub

JSON Schema

new-relic-labelresponsetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LabelResponseType",
  "title": "LabelResponseType",
  "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"
    }
  }
}