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