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