From 3247090eaea4c6fc8e44f132b18e84f379f4447d Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sun, 24 Oct 2010 16:30:09 +0200 Subject: add expected_status at top level --- spore_validation.rx | 6 ++++++ 1 file changed, 6 insertions(+) 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", -- cgit v1.2.3