Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
ad95aaf1afc57b5b64de148c9aea95f125a4f0a8
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
DeviceIds.json
blob: 9911022b84191be8f1bed0c0b9f701746cc0403a [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"title"
:
"deviceIds"
,
"required"
:
[
"deviceIds"
],
"properties"
:
{
"deviceIds"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"deviceId"
,
"wrapped"
:
true
},
"items"
:
{
"type"
:
"string"
,
"example"
:
"of:0000000000000001"
}
}
}
}