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        "SKI": "Zm9v",
26        "comment": "Key matching Router SKI"
27      },
28      {
29        "asn": 64497,
30        "SKI": "YmFy",
31        "comment": "Key for ASN 64497 matching Router SKI"
32      }
33    ]
34  },
35  "locallyAddedAssertions": {
36    "prefixAssertions": [
37      {
38        "asn": 64496,
39        "prefix": "198.51.100.0/24",
40        "comment": "My other important route"
41      },
42      {
43        "asn": 64496,
44        "prefix": "2001:DB8::/32",
45        "maxPrefixLength": 48,
46        "comment": "My other important de-aggregated routes"
47      }
48    ],
49    "bgpsecAssertions": [
50      {
51        "asn": 64496,
52        "comment" : "My known key for my important ASN",
53        "SKI": "<some base64 SKI>",
54        "routerPublicKey": "<some base64 public key>"
55      }
56    ]
57  }
58}