diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-15 16:36:05 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-15 16:36:05 +0200 |
| commit | d26bbba5c1a46162695b950ed045f0c3057f8077 (patch) | |
| tree | 0e17a85e61891ce36dd29dce45c485c6ffee4969 /spore_validation.rx | |
| parent | graphical representation (UML Class Diagram) of the Rx schema. (diff) | |
| download | spore-specifications-d26bbba5c1a46162695b950ed045f0c3057f8077.tar.gz | |
more explicit names
Diffstat (limited to '')
| -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" |
