1{
2  "slurmVersion": 1,
3  "validationOutputFilters": {
4    "prefixFilters": [
5      {
6        "prefix": "192.0.2.0/24",
7        "comment": "All VRPs encompassed by prefix"
8      },
9      {
10        "asn": 64496,
11        "comment": "All VRPs matching ASN"
12      },
13      {
14        "prefix": "198.51.100.0/24",
15        "asn": 64497,
16        "comment": "All VRPs encompassed by prefix, matching ASN"
17      }
18    ],
19    "bgpsecFilters": [
20      {
21        "asn": 64496,
22        "comment": "All keys for ASN"
23      }
24    ]
25  },
26  "locallyAddedAssertions": {
27    "prefixAssertions": [
28      {
29        "asn": 64496,
30        "prefix": "198.51.100.0/24",
31        "comment": "My other important route"
32      },
33      {
34        "asn": 64496,
35        "prefix": "2001:DB8::/32",
36        "maxPrefixLength": 48,
37        "comment": "My other important de-aggregated routes"
38      }
39    ],
40    "bgpsecAssertions": []
41  }
42}
43