diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-24 16:30:09 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-24 16:30:09 +0200 |
| commit | 3247090eaea4c6fc8e44f132b18e84f379f4447d (patch) | |
| tree | 78eb7001c9c9e8db1a642f1f80f995278807dd75 | |
| parent | UML: remove lua, and improve dot (diff) | |
| download | spore-specifications-3247090eaea4c6fc8e44f132b18e84f379f4447d.tar.gz | |
add expected_status at top level
| -rw-r--r-- | spore_validation.rx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spore_validation.rx b/spore_validation.rx index 04bf1e6..4031cb1 100644 --- a/spore_validation.rx +++ b/spore_validation.rx @@ -1,6 +1,12 @@ { "type": "//rec", "optional": { + "expected_status": { + "type" : "//arr", + "contents": { + "type": "//int" + } + }, "base_url": "//str", "description": "//str", "authentication": "//bool", |
