diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-10-17 12:36:35 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-10-17 12:36:35 +0200 |
| commit | cb57b2a6a991ac52e29e06f5a4ffdeae8279ec29 (patch) | |
| tree | d8b3a2355ad66d106507c2f1a948af570df13cf0 | |
| parent | Merge branches 'fperrad-master' and 'master' (diff) | |
| download | spore-specifications-cb57b2a6a991ac52e29e06f5a4ffdeae8279ec29.tar.gz | |
fix some errors in JSON
| -rw-r--r-- | spore_validation.rx | 5 |
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", |
