New Relic · JSON Structure

New Relic Browser Application Response Structure

Type: object Properties: 1
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

BrowserApplicationResponse is a JSON Structure definition published by New Relic, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

browser_application

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "BrowserApplicationResponse",
  "properties": {
    "browser_application": {
      "type": "object",
      "properties": {
        "browser_monitoring_key": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "loader_script": {
          "type": "string"
        },
        "name": {
          "type": "string"
        }
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}