{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionSummary", "title": "ConnectionSummary", "type": "object", "properties": { "name": { "type": "string", "description": "Connection name" }, "type": { "type": "string", "description": "Connection type (e.g., PostgreSQL, S3, HDFS)" } } }