MAI-Evan
07/08/2022, 9:26 PMMAI-Evan
07/08/2022, 9:30 PM% zed schema write <(cat << EOF
definition core/user {}
definition new/thing {}
EOF
)
Then try to write the exact same thing
zed schema write <(cat << EOF
definition core/user {}
definition new/thing {}
EOF
)
Error: found multiple schema definition prefixes: [core new]