{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionStrategyVersionEnumWindowsLive", "title": "ConnectionStrategyVersionEnumWindowsLive", "type": "integer", "description": "Version number of the windowslive strategy implementation.", "default": 2, "enum": [ 1, 2 ] }