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