Skip to content

Commit 40fe954

Browse files
committed
feat: Escape JSON properly
1 parent 927aa51 commit 40fe954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/nap-waf/schema/policy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2410,7 +2410,7 @@
24102410
"type" : "boolean"
24112411
},
24122412
"setGeolocation" : {
2413-
"description" : "Specifies a geolocation to be associated for this IP address list. This will force the IP addresses in the list to be considered as though they are in that geolocation. This applies to blocking via "disallowed-geolocations" and to logging. Optional",
2413+
"description" : "Specifies a geolocation to be associated for this IP address list. This will force the IP addresses in the list to be considered as though they are in that geolocation. This applies to blocking via \"disallowed-geolocations\" and to logging. Optional",
24142414
"type" : "string"
24152415
}
24162416
},

0 commit comments

Comments
 (0)