{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionIconUrl", "title": "ConnectionIconUrl", "description": "https url of the icon to be shown", "type": "string", "format": "uri", "pattern": "^https:\\/\\/.*", "minLength": 8, "maxLength": 255 }