Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
74b354556ee81ee5896db8fc3fcfd3462a35d722
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
NextId.json
blob: 5dcc8e874e3a3c0dda493522039df78c2354d44f [
file
] [
log
] [
blame
]
Jian Li
e9ac2c5
2016-01-13 17:42:05 -0800
[
diff
] [
blame
]
1
{
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
}