{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Version", "type": "object", "properties": { "when": { "type": "string" }, "friendlyWhen": { "type": "string" }, "message": { "type": "string" }, "number": { "type": "integer" }, "minorEdit": { "type": "boolean" }, "_expandable": { "type": "object" }, "contentTypeModified": { "type": "boolean" }, "confRev": { "type": "string" }, "syncRev": { "type": "string" }, "syncRevSource": { "type": "string" } } }