diff options
Diffstat (limited to 'spore_validation.rx')
| -rw-r--r-- | spore_validation.rx | 6 |
1 files changed, 3 insertions, 3 deletions
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" |
