Apache ShardingSphere · JSON Structure

Apache Shardingsphere Readwrite Splitting Rule List Structure

List of read-write splitting rules

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

ReadwriteSplittingRuleList 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-readwrite-splitting-rule-list-structure.json",
  "description": "List of read-write splitting rules",
  "type": "object",
  "properties": {
    "rules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ReadwriteSplittingRule"
      }
    }
  },
  "name": "ReadwriteSplittingRuleList"
}