{
	"sharded": true,
	"tables": {
		"dinosaurs": {
			"column_vindexes": [
				{
					"column": "id",
					"name": "hash"
				}
			]
		},
		"eggs": {
			"column_vindexes": [
				{
					"column": "id",
					"name": "hash"
				}
			]
		}
	},
	"vindexes": {
		"hash": {
			"type": "hash"
		}
	}
}