It will be validated in some ways by default, e.g....
# spicedb
j
It will be validated in some ways by default, e.g. it has to be self-consistent and you won't be able to remove relations that still contain data. It won't do the full test relationships, expected relations validation that zed and the playground do though. My suggestion would be to do
zed validate
in CI (as well as some other custom tests using your code and the
spicedb testserver
), and then once merged just use the API.