{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "GatewayDatasource", "type": "object", "properties": { "id": { "type": "string" }, "gatewayId": { "type": "string" }, "datasourceType": { "type": "string" }, "connectionDetails": { "type": "string" }, "credentialType": { "type": "string" }, "datasourceName": { "type": "string" } } }