{
  "$schema": "http://json-schema.org/schema#", 
  "type": "object", 
  "properties": {
    "revision": {
      "type": "integer", 
      "description": "The revision to rollback to. If set to 0, rollbck to the last revision.", 
      "format": "int64"
    }
  }
}