From d26bbba5c1a46162695b950ed045f0c3057f8077 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 15 Oct 2010 16:36:05 +0200 Subject: more explicit names --- spore_validation.rx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spore_validation.rx') diff --git a/spore_validation.rx b/spore_validation.rx index c908996..5d531f4 100644 --- a/spore_validation.rx +++ b/spore_validation.rx @@ -28,18 +28,18 @@ "path": "//str" }, "optional": { - "expected": { + "expected_status": { "type" : "//arr", "contents": { "type": "//int" } }, - "required": { + "required_params": { "type" : "//arr", "contents": { "type": "//str" }, - "optional": { + "optional_params": { "type": "//arr", "contents": { "type": "//str" -- cgit v1.2.3