Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
69ec87142cfa7f25f19c6d5ceeb9539358efe49b
/
.
/
apps
/
dhcp
/
app
/
src
/
main
/
resources
/
definitions
/
DhcpConfigGetMappings.json
blob: c4d17f664c7a66a1436008f65793b43be95a10e4 [
file
] [
log
] [
blame
]
andrea
5056b51
2015-11-18 10:25:28 -0800
[
diff
] [
blame
]
1
{
2
"type"
:
"object"
,
3
"required"
:
[
4
"mappings"
5
],
6
"properties"
:
{
7
"mappings"
:
{
8
"type"
:
"array"
,
9
"items"
:
{
10
"type"
:
"string"
11
},
12
"example"
:
"[]"
13
}
14
}
15
}
16