Stop installing librairies during tests
[parser.git] / verigraph / jsonschema / firewall.json
1 {
2     "$schema": "http://json-schema.org/draft-04/schema#",
3     "title": "Firewall",
4     "description": "Polito Firewall",
5     "type": "array",
6     "items": {
7         "type": "object"
8     },
9     "minItems": 0,
10     "uniqueItems": true
11 }