1. history schema versions , who edit the schema? Edited what?
2. why we need so many instances if we have different schema?
v
vroldanbet
07/03/2024, 8:50 AM
It's possible to enrich with metadata today via comments. You can retrieve the comments with the new Reflection API. You can basically turn that into your own schema metadata.
z
zhangbo.yang
07/03/2024, 9:30 AM
Alright
y
yetitwo
07/04/2024, 12:14 AM
and at least in our system, the schema is something that's held in github and deployed to SpiceDB via a CI task. our wrapper service doesn't expose access to the schema endpoint at all.