summaryrefslogtreecommitdiffstats
path: root/verigraph/src/main/webapp/json/endhost.json
diff options
context:
space:
mode:
Diffstat (limited to 'verigraph/src/main/webapp/json/endhost.json')
-rw-r--r--verigraph/src/main/webapp/json/endhost.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/verigraph/src/main/webapp/json/endhost.json b/verigraph/src/main/webapp/json/endhost.json
deleted file mode 100644
index 37c8881..0000000
--- a/verigraph/src/main/webapp/json/endhost.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "$schema": "http://json-schema.org/draft-04/schema#",
- "title": "Endhost",
- "description": "Polito Endhost",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "body": {
- "description": "HTTP body",
- "type": "string"
- },
- "sequence": {
- "description": "Sequence number",
- "type": "integer"
- },
- "protocol": {
- "description": "Protocol",
- "type": "string",
- "enum": ["HTTP_REQUEST", "HTTP_RESPONSE", "POP3_REQUEST", "POP3_RESPONSE"]
- },
- "email_from": {
- "description": "E-mail sender",
- "type": "string"
- },
- "url": {
- "description": "URL",
- "type": "string"
- },
- "options": {
- "description": "Options",
- "type": "string"
- },
- "destination": {
- "description": "Destination node",
- "type": "string"
- }
- },
- "additionalProperties": false
- },
- "maxItems": 1
-} \ No newline at end of file