{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreateConnectionRequest", "type": "object", "properties": { "type": { "type": "string" }, "connectionString": { "type": "string" }, "credentials": { "type": "object" } } }