diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-24 16:42:46 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-24 16:42:46 +0200 |
| commit | 0a66b802df31d52f659d2b0498a8d13688e779c4 (patch) | |
| tree | 4e5f5d3d1eeaa3a503fa664e2d9b1efdf882fbee | |
| parent | add required_payload at method level (diff) | |
| download | spore-specifications-0a66b802df31d52f659d2b0498a8d13688e779c4.tar.gz | |
add form-data at method level
Diffstat (limited to '')
| -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 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", |
