{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectedVia", "title": "ConnectedVia", "type": "object", "properties": { "referenceName": { "type": "string" }, "integrationRuntimeType": { "type": "string" } } }