blob: e1f1eb9f8bea3c6965bd7048c432b3b6e275f3ab [file] [log] [blame]
Harshada Chaundkar14b62382019-02-18 17:51:14 -05001{
2 "type": "object",
3 "required": [
4 "ipv4PrefixCount",
5 "ipv6PrefixCount"
6 ],
7 "properties": {
8 "ipv4PrefixCount": {
9 "type": "long",
10 "example": "2"
11 },
12 "ipv6PrefixCount": {
13 "type": "long",
14 "example": "3"
15 }
16 }
17}