{ "type": "object", "name": "ApplicationBody", "properties": { "name": { "type": "string" }, "settings": { "type": "object", "properties": { "app_apdex_threshold": { "type": "number" }, "enable_real_user_monitoring": { "type": "boolean" }, "end_user_apdex_threshold": { "type": "number" } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }