vitess.io/vitess@v0.16.2/go/test/endtoend/vtgate/queries/misc/vschema.json (about)

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