getditto / DittoSwiftTools

Diagnostic and Debugging Tools for DittoSwift
MIT License
9 stars 2 forks source link

iOS - Add schema version field to devices collection used by Heartbeat tool #92

Closed bplattenburg closed 7 months ago

bplattenburg commented 8 months ago

Add a root-level property tracking the schema of the devices collection used by the heartbeat tool so that we can future proof it. Initially, that will look like:

"_schema": "1"

bplattenburg commented 7 months ago

https://github.com/getditto/DittoSwiftTools/pull/93