{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionNamePrefixTemplate", "title": "ConnectionNamePrefixTemplate", "type": "string", "description": "Connection name prefix template.", "minLength": 0, "maxLength": 15, "pattern": "^(?!-)(?!.*--)(?:[a-zA-Z0-9-]|{org_id}|{org_name})*$" }