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