{ "$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-structure.json", "name": "BrowserApplication", "description": "BrowserApplication schema", "type": "object", "properties": { "browser_application": { "$ref": "#/components/schemas/BrowserApplicationBody" } } }