Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
79bc506e6e3d5435517b5499f130af9a7092b112
/
.
/
apps
/
dhcp
/
app
/
src
/
main
/
resources
/
definitions
/
DhcpConfigGetAvailable.json
blob: 2dcb91d5f98f563a98aa75583cd859a2a5330fcd [
file
] [
log
] [
blame
]
{
"type"
:
"object"
,
"required"
:
[
"availableIp"
],
"properties"
:
{
"availableIp"
:
{
"type"
:
"array"
,
"items"
:
{
"type"
:
"string"
},
"example"
:
"[127.0.0.1]"
}
}
}