From cb57b2a6a991ac52e29e06f5a4ffdeae8279ec29 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 17 Oct 2010 12:36:35 +0200 Subject: fix some errors in JSON --- spore_validation.rx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'spore_validation.rx') 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", -- cgit v1.2.3