blob: 01ec63f7edd6c775cb4b6c76d80702c0ccd974c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Firewall",
"description": "Polito Firewall",
"type": "array",
"items": {
"type": "object"
},
"minItems": 0,
"uniqueItems": true
}
|