github.com/authzed/spicedb@v1.32.1-0.20240520085336-ebda56537386/pkg/schemadsl/parser/tests/basic.zed (about) 1 definition mydefinition { 2 /** 3 * some doc comment 4 */ 5 relation foo: sometype#... | anothertype#somerel 6 7 // My cool permission 8 permission bar = foo + baz - meh 9 permission another = (foo - meh) + bar 10 }