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

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