update verigraph
[parser.git] / verigraph / jsonschema / webserver.json
1 {
2     "$schema": "http://json-schema.org/draft-04/schema#",
3     "title": "Web Server",
4     "description": "Polito Web Server",
5     "type": "array",
6     "items": {
7         "type": "object"
8     },
9     "minItems": 0,
10     "maxItems": 0,
11     "uniqueItems": true
12 }