{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Version", "type": "object", "properties": { "when": { "type": "string" }, "friendlyWhen": { "type": "string" }, "message": { "type": "string" }, "number": { "type": "integer", "description": "Set this to the current version number incremented by one" }, "minorEdit": { "type": "boolean", "description": "If `minorEdit` is set to 'true', no notification email or activity\nstream will be generated for the change." }, "_expandable": { "type": "object" }, "contentTypeModified": { "type": "boolean", "description": "True if content type is modifed in this version (e.g. page to blog)" }, "confRev": { "type": "string", "description": "The revision id provided by confluence to be used as a revision in Synchrony" }, "syncRev": { "type": "string", "description": "The revision id provided by Synchrony" }, "syncRevSource": { "type": "string", "description": "Source of the synchrony revision" } } }