DataSourceList

List of physical data sources

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

Properties

Name Type Description
dataSources array
View JSON Schema on GitHub

JSON Schema

apache-shardingsphere-data-source-list-schema.json Raw ↑
{
  "$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"
      }
    }
  }
}