json-joy
json-joy copied to clipboard
JSON CRDT Schema
- [ ] Consider ability of "baking" into a JSON CRDT document schema at its creation time. After that patches succeed only if they result in a valid document according to that schema.
- [ ] Compute the hash of the schema for easy schema comparison.
Hey @streamich , learning a ton about CRDTs from this library and was wondering if you've had any additional thoughts about this issue. Really curious how support for something like the JSON schema spec might unfold