BrowserApplicationResponseType schema
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-schema/openapi-browser-application-response-type-schema.json", "title": "BrowserApplicationResponseType", "description": "BrowserApplicationResponseType schema", "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" } } }