summaryrefslogtreecommitdiffstats
path: root/verigraph/jsonschema/dpi.json
diff options
context:
space:
mode:
Diffstat (limited to 'verigraph/jsonschema/dpi.json')
-rw-r--r--verigraph/jsonschema/dpi.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/verigraph/jsonschema/dpi.json b/verigraph/jsonschema/dpi.json
new file mode 100644
index 0000000..6e4dd6f
--- /dev/null
+++ b/verigraph/jsonschema/dpi.json
@@ -0,0 +1,11 @@
+{
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "title": "Dpi",
+ "description": "Polito IDS",
+ "type": "array",
+ "items": {
+ "type": "string"
+ },
+ "minItems": 0,
+ "uniqueItems": true
+} \ No newline at end of file