github.com/hyperledger/burrow@v0.34.5-0.20220512172541-77f09336001d/vent/types/event_class_test.go (about) 1 package types 2 3 import ( 4 "fmt" 5 "testing" 6 7 "github.com/hyperledger/burrow/config/source" 8 ) 9 10 func TestEventTablesSchema(t *testing.T) { 11 schema := ProjectionSpecSchema() 12 fmt.Println(source.JSONString(schema)) 13 }