ShardingRuleList

List of sharding rules

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

Properties

Name Type Description
rules array
View JSON Schema on GitHub

JSON Schema

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