{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/new-relic/refs/heads/main/json-structure/openapi-app-settings-body-structure.json", "name": "AppSettingsBody", "description": "AppSettingsBody schema", "type": "object", "properties": { "app_apdex_threshold": { "type": "float", "example": 42.5 }, "enable_real_user_monitoring": { "type": "boolean", "example": true }, "end_user_apdex_threshold": { "type": "float", "example": 42.5 } } }