New Relic · Schema

BrowserApplicationResponseType

AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

Properties

Name Type Description
browser_monitoring_key string
id integer
loader_script string
name string
View JSON Schema on GitHub

JSON Schema

new-relic-browserapplicationresponsetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BrowserApplicationResponseType",
  "title": "BrowserApplicationResponseType",
  "type": "object",
  "properties": {
    "browser_monitoring_key": {
      "type": "string",
      "example": "example_string"
    },
    "id": {
      "type": "integer",
      "example": 100
    },
    "loader_script": {
      "type": "string",
      "example": "example_string"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    }
  }
}