vitess.io/vitess@v0.16.2/go/vt/vtexplain/testdata/test-healthcheck-vschema.json (about)

     1  {
     2  	"ks1": {
     3  		"sharded": true,
     4  		"tables": {
     5  			"t1": {
     6  				"column_vindexes": [
     7  					{
     8  						"column": "id",
     9  						"name": "hash"
    10  					}
    11  				]
    12  			}
    13  		},
    14  		"vindexes": {
    15  			"hash": {
    16  				"type": "hash"
    17  			}
    18  		}
    19  	}
    20  }