fork of https://github.com/sourcegraph/zoekt
1{
2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "$ref": "#/definitions/RoundRobinConfig",
4 "definitions": {
5 "RoundRobinConfig": {
6 "additionalProperties": true,
7 "type": "object",
8 "title": "Round Robin Config",
9 "description": "Configuration for round_robin LB policy."
10 }
11 }
12}