summaryrefslogtreecommitdiffstats
path: root/verigraph/src/main/webapp/json/webclient.json
diff options
context:
space:
mode:
Diffstat (limited to 'verigraph/src/main/webapp/json/webclient.json')
-rw-r--r--verigraph/src/main/webapp/json/webclient.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/verigraph/src/main/webapp/json/webclient.json b/verigraph/src/main/webapp/json/webclient.json
deleted file mode 100644
index dfbc55e..0000000
--- a/verigraph/src/main/webapp/json/webclient.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-04/schema#",
- "title": "Web client",
- "description": "Polito Web Client",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "webserver": {
- "description": "Web server name",
- "type": "string"
- }
- },
- "additionalProperties": false,
- "required": [
- "webserver"
- ]
- },
- "minItems": 1,
- "maxItems": 1,
- "uniqueItems": true
-} \ No newline at end of file