{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionBaseUrlExact", "title": "ConnectionBaseUrlExact", "description": "Base URL override for the Exact Online API endpoint used for OAuth2 authorization and API requests. Defaults to https://start.exactonline.nl.", "allOf": [ { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback" }, { "maxLength": 128 } ] }