List of read-write splitting rules
{ "$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" } } } }