From 0a66b802df31d52f659d2b0498a8d13688e779c4 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Sun, 24 Oct 2010 16:42:46 +0200 Subject: add form-data at method level --- spore_validation.rx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spore_validation.rx b/spore_validation.rx index 0e96107..f6ec127 100644 --- a/spore_validation.rx +++ b/spore_validation.rx @@ -52,6 +52,12 @@ "type": "//str" } }, + "form-data" : { + "type": "//map", + "values": { + "type": "//str" + } + }, "required_payload": "//bool", "description": "//str", "authentication": "//bool", -- cgit v1.2.3