summaryrefslogtreecommitdiffstats
path: root/verigraph/jsonschema/vpnaccess.json
diff options
context:
space:
mode:
Diffstat (limited to 'verigraph/jsonschema/vpnaccess.json')
-rw-r--r--verigraph/jsonschema/vpnaccess.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/verigraph/jsonschema/vpnaccess.json b/verigraph/jsonschema/vpnaccess.json
new file mode 100644
index 0000000..907118d
--- /dev/null
+++ b/verigraph/jsonschema/vpnaccess.json
@@ -0,0 +1,22 @@
+{
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "title": "Vpn Access",
+ "description": "Polito Vpn Access",
+ "type": "array",
+ "items": {
+ "type": "object",
+ "properties": {
+ "vpnexit": {
+ "description": "Vpn Exit",
+ "type": "string"
+ }
+ },
+ "additionalProperties": false,
+ "required": [
+ "vpnexit"
+ ]
+ },
+ "minItems": 1,
+ "maxItems": 1,
+ "uniqueItems": true
+} \ No newline at end of file