New Relic · Schema

BrowserApplicationBody

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

new-relic-browserapplicationbody-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrowserApplicationBody",
  "title": "BrowserApplicationBody",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "example-resource-01"
    }
  }
}