Skip to content

Commit

Permalink
Update JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Nov 10, 2023
1 parent cf85f2e commit c56efd0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion json/models/SmartBlockSnapshotBase.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@
},
"key": {
"type": "string",
"description": "this field is not passing to the crdt changes and can be only set in the snapshot"
"description": "only used for pb backup purposes, ignored in other cases"
},
"originalCreatedTimestamp": {
"type": "string",
"description": "ignored in import/export in favor of createdDate relation. Used to store original user-side object creation timestamp"
}
},
"additionalProperties": true,
Expand Down

0 comments on commit c56efd0

Please sign in to comment.