diff options
Diffstat (limited to 'spore_validation.rx')
| -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", |
