New Relic · JSON Structure

Openapi Browser Application Response Type Structure

BrowserApplicationResponseType schema

Type: object Properties: 4
AnalysisAnalyticsAPMDevOpsInfrastructureMonitoringObservabilityPerformancePlatform

BrowserApplicationResponseType is a JSON Structure definition published by New Relic, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

browser_monitoring_key id loader_script name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-browser-application-response-type-structure.json",
  "name": "BrowserApplicationResponseType",
  "description": "BrowserApplicationResponseType schema",
  "type": "object",
  "properties": {
    "browser_monitoring_key": {
      "type": "string",
      "example": "example_string"
    },
    "id": {
      "type": "int32",
      "example": 100
    },
    "loader_script": {
      "type": "string",
      "example": "example_string"
    },
    "name": {
      "type": "string",
      "example": "example-resource-01"
    }
  }
}