Skip to content

Commit

Permalink
Make version int64
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram Praveen Kumar committed Sep 29, 2020
1 parent d6ef8ec commit b2c8a66
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@
},
"version": {
"description": "The version of the thread",
"type": "integer"
"type": "integer",
"format": "int64"
}
}
},
Expand Down Expand Up @@ -273,7 +274,8 @@
},
"version": {
"description": "The version of the message",
"type": "integer"
"type": "integer",
"format": "int64"
}
}
},
Expand Down

0 comments on commit b2c8a66

Please sign in to comment.