Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
3b01fec004cee8904f26cde8d0d8d67e50a43caf
/
.
/
web
/
api
/
src
/
main
/
resources
/
definitions
/
McastSinkPost.json
blob: 8df8a539d8166c8d3815e10161800c2aa6ec6fce [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"title"
:
"sinks"
,
"required"
:
[
"sinks"
],
"properties"
:
{
"sinks"
:
{
"type"
:
"array"
,
"xml"
:
{
"name"
:
"sinks"
,
"wrapped"
:
true
},
"items"
:
{
"type"
:
"string"
,
"title"
:
"sink"
,
"example"
:
"of:0000000000000001/1"
}
}
}
}