{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DataSourceDTO", "type": "object", "properties": { "dataSourceId": { "type": "integer" }, "name": { "type": "string" }, "code": { "type": "string" }, "dsType": { "type": "string" }, "entities": { "type": "array" }, "outputRecordSet": { "type": "string" }, "releaseTag": { "type": "string" }, "defaultDataSourceName": { "type": "string" }, "dataPreview": { "type": "string" }, "lastUpdatedBy": { "type": "string" }, "lastUpdated": { "type": "number" } } }