{ "type": "object", "name": "MobileSDK", "properties": { "UseiOSNativeBrowserForAuthentication": { "type": "boolean" }, "UseAndroidNativeBrowserForAuthentication": { "type": "boolean" }, "shareBrowserSessionIOS": { "type": "boolean" }, "shareBrowserSessionAndroid": { "type": "boolean" } }, "required": [ "UseiOSNativeBrowserForAuthentication", "UseAndroidNativeBrowserForAuthentication", "shareBrowserSessionIOS", "shareBrowserSessionAndroid" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }