Apache ShardingSphere · JSON Structure

Apache Shardingsphere Data Source List Structure

List of physical data sources

Type: object Properties: 1
DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

DataSourceList is a JSON Structure definition published by Apache ShardingSphere, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

dataSources

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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