List of physical data sources
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-shardingsphere/refs/heads/main/json-schema/apache-shardingsphere-data-source-list-schema.json", "title": "DataSourceList", "description": "List of physical data sources", "type": "object", "properties": { "dataSources": { "type": "array", "items": { "$ref": "#/components/schemas/DataSource" } } } }