{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DcrBaseUrl", "title": "DcrBaseUrl", "description": "The base URL of the DCR server. This is the URL that will be used to make the HTTP requests from Konnect to the DCR provider.\nThis URL must be accessible from the Konnect service.\n", "type": "string", "format": "url", "maxLength": 256 }