blob: 6cb91ed201692463eba64f8dec792415c5acd0e9 [file] [log] [blame]
{
"type": "object",
"title": "route",
"required": [
"prefix",
"nextHop"
],
"properties": {
"source": {
"type": "string",
"example": "STATIC",
"description": "Route type"
},
"prefix": {
"type": "string",
"example": "10.1.1.0/24",
"description": "Route prefix"
},
"nextHop": {
"type": "string",
"example": "1.1.1.1",
"description": "Next hop IP address"
}
}
}