Apache ShardingSphere · JSON Structure

Apache Shardingsphere Sharding Rule List Structure

List of sharding rules

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

ShardingRuleList 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

rules

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-sharding-rule-list-structure.json",
  "description": "List of sharding rules",
  "type": "object",
  "properties": {
    "rules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ShardingRule"
      }
    }
  },
  "name": "ShardingRuleList"
}