{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Connection", "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" }, "description": { "type": "string" }, "databaseType": { "type": "string" }, "host": { "type": "string" }, "port": { "type": "integer" }, "serviceName": { "type": "string" }, "schema": { "type": "string" }, "agentHost": { "type": "string" }, "agentPort": { "type": "integer" } } }