Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
b789b8cf56bafb6b105f8816ee1526ce2ccf01ca
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
TopologyBroadcast.json
blob: 524885345cca2f4e7a6b5ed3a809cae5805db21d [
file
] [
log
] [
blame
]
andrea
1ce2bc8
2015-11-18 16:58:10 -0800
[
diff
] [
blame
]
1
{
2
"type"
:
"object"
,
3
"title"
:
"response"
,
4
"required"
:
[
5
"broadcast"
6
],
7
"properties"
:
{
8
"broadcast"
:
{
9
"type"
:
"boolean"
,
10
"example"
:
true
11
}
12
}
13
}