blob: 5dcc8e874e3a3c0dda493522039df78c2354d44f [file] [log] [blame]
Jian Lie9ac2c52016-01-13 17:42:05 -08001{
2 "type": "object",
3 "title": "nextId",
4 "required": [
5 "id"
6 ],
7 "properties": {
8 "nextId": {
9 "type": "integer",
10 "format": "int64",
11 "example": 3
12 }
13 }
14}