New Relic · Schema

BrowserApplicationBody

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

new-relic-browser-application-body-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "example-resource-01"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BrowserApplicationBody"
}