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