Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
ad95aaf1afc57b5b64de148c9aea95f125a4f0a8
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
ApplicationId.json
blob: e02321ce64397bda75ec85ae5d3b627cef3088e0 [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"title"
:
"applicationId"
,
"required"
:
[
"name"
,
"id"
],
"properties"
:
{
"name"
:
{
"type"
:
"string"
,
"example"
:
"org.onosproject.distributedprimitives"
},
"id"
:
{
"type"
:
"integer"
,
"format"
:
"int64"
,
"example"
:
1
}
}
}