summaryrefslogtreecommitdiffstats
path: root/verigraph/src/main/webapp/json/webserver.json
blob: 5d7a1c43d12f997b339a6997085e8443e9a95985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Web Server",
    "description": "Polito Web Server",
    "type": "array",
    "items": {
        "type": "object"
    },
    "minItems": 0,
    "maxItems": 0,
    "uniqueItems": true
}