summaryrefslogtreecommitdiffstats
path: root/verigraph/jsonschema/endpoint.json
blob: 1e6a52155136ab4cf61a837ddcf2d43d4550d810 (plain)
1
2
3
4
5
6
7
8
9
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Endpoint",
    "description": "Polito Endpoint",
    "type": "array",
    "minItems": 0,
    "maxItems":0,
    "uniqueItems": true
}