ReadwriteSplittingRuleList

List of read-write splitting rules

DatabaseDistributed SQLRead-Write SplittingShardingSQLApacheOpen Source

Properties

Name Type Description
rules array
View JSON Schema on GitHub

JSON Schema

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