Harshada Chaundkar | 14b6238 | 2019-02-18 17:51:14 -0500 | [diff] [blame] | 1 | { |
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 | } |