summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-10-17 12:36:35 +0200
committerfranck cuny <franck@lumberjaph.net>2010-10-17 12:36:35 +0200
commitcb57b2a6a991ac52e29e06f5a4ffdeae8279ec29 (patch)
treed8b3a2355ad66d106507c2f1a948af570df13cf0
parentMerge branches 'fperrad-master' and 'master' (diff)
downloadspore-specifications-cb57b2a6a991ac52e29e06f5a4ffdeae8279ec29.tar.gz
fix some errors in JSON
-rw-r--r--spore_validation.rx5
1 files changed, 3 insertions, 2 deletions
diff --git a/spore_validation.rx b/spore_validation.rx
index a6fb6fd..04bf1e6 100644
--- a/spore_validation.rx
+++ b/spore_validation.rx
@@ -38,12 +38,13 @@
"type" : "//arr",
"contents": {
"type": "//str"
- },
+ }
+ },
"optional_params": {
"type": "//arr",
"contents": {
"type": "//str"
- },
+ }
},
"description": "//str",
"authentication": "//bool",