Properties
| Name | Type | Description |
|---|---|---|
| when | string | |
| friendlyWhen | string | |
| message | string | |
| number | integer | Set this to the current version number incremented by one |
| minorEdit | boolean | If `minorEdit` is set to 'true', no notification email or activity stream will be generated for the change. |
| _expandable | object | |
| contentTypeModified | boolean | True if content type is modifed in this version (e.g. page to blog) |
| confRev | string | The revision id provided by confluence to be used as a revision in Synchrony |
| syncRev | string | The revision id provided by Synchrony |
| syncRevSource | string | Source of the synchrony revision |
JSON Schema
{
"$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"
}
}
}