yep, the other commands work fine: ``` zed --skip-...
# spicedb
e
yep, the other commands work fine:
Copy code
zed --skip-version-check schema read
definition blog/post {
    relation reader: blog/user
    relation writer: blog/user
    permission read = reader + writer
    permission write = writer
}

definition blog/user {}