Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
d8fd7865a007e55d7b581e67369a1ce08794fd59
/
.
/
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"
}
}
}
}