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