aboutsummaryrefslogtreecommitdiff
path: root/interface/deploy.json
diff options
context:
space:
mode:
authornotgne22020-10-13 19:10:07 -0700
committernotgne22020-10-13 19:10:07 -0700
commitc7b1e9d9617ef02f974f56a47f4a0ee3fbf4020e (patch)
tree8c8e0be342322560a686ede4bfbeed300a1cc0ad /interface/deploy.json
parentea717911bac5ff29d730d80d4b774fe17ed1e851 (diff)
Fix json schema
Diffstat (limited to '')
-rw-r--r--interface/deploy.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface/deploy.json b/interface/deploy.json
index 93bacb8..fa45e50 100644
--- a/interface/deploy.json
+++ b/interface/deploy.json
@@ -28,10 +28,10 @@
"type": "boolean"
},
"confirmTimeout": {
- "type": "int"
+ "type": "integer"
},
"tempPath": {
- "type": "integer"
+ "type": "string"
}
}
},