diff options
Diffstat (limited to 'verigraph/src/main/webapp/json/endpoint.json')
-rw-r--r-- | verigraph/src/main/webapp/json/endpoint.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/verigraph/src/main/webapp/json/endpoint.json b/verigraph/src/main/webapp/json/endpoint.json new file mode 100644 index 0000000..1e6a521 --- /dev/null +++ b/verigraph/src/main/webapp/json/endpoint.json @@ -0,0 +1,9 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Endpoint", + "description": "Polito Endpoint", + "type": "array", + "minItems": 0, + "maxItems":0, + "uniqueItems": true +}
\ No newline at end of file |