Merge "update verigraph"
[parser.git] / verigraph / jsonschema / endpoint.json
1 {
2     "$schema": "http://json-schema.org/draft-04/schema#",
3     "title": "Endpoint",
4     "description": "Polito Endpoint",
5     "type": "array",
6     "minItems": 0,
7     "maxItems":0,
8     "uniqueItems": true
9 }