summaryrefslogtreecommitdiffstats
path: root/verigraph/jsonschema/endpoint.json
diff options
context:
space:
mode:
Diffstat (limited to 'verigraph/jsonschema/endpoint.json')
-rw-r--r--verigraph/jsonschema/endpoint.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/verigraph/jsonschema/endpoint.json b/verigraph/jsonschema/endpoint.json
new file mode 100644
index 0000000..1e6a521
--- /dev/null
+++ b/verigraph/jsonschema/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