fork of https://github.com/sourcegraph/zoekt
1{
2 "$schema": "http://json-schema.org/draft-04/schema#",
3 "$ref": "#/definitions/CdsConfig",
4 "definitions": {
5 "CdsConfig": {
6 "properties": {
7 "cluster": {
8 "type": "string",
9 "description": "Required."
10 }
11 },
12 "additionalProperties": true,
13 "type": "object",
14 "title": "Cds Config",
15 "description": "Configuration for the cds LB policy."
16 }
17 }
18}