json-joy icon indicating copy to clipboard operation
json-joy copied to clipboard

JSON CRDT Schema

Open streamich opened this issue 1 year ago • 1 comments

  • [ ] 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.

streamich avatar Nov 06 '23 13:11 streamich

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

paulleonartcalvo avatar Feb 02 '24 22:02 paulleonartcalvo