diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-29 09:36:38 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-29 09:36:38 +0200 |
| commit | 7dd6866069c52972ddea181f31e6c92ba34fb55b (patch) | |
| tree | 2868222d78285f19a8c2b1700822cbdeb040e36f /spore_validation.rx | |
| parent | update UML (diff) | |
| download | spore-specifications-7dd6866069c52972ddea181f31e6c92ba34fb55b.tar.gz | |
add headers at method level
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 f6ec127..bde0e22 100644 --- a/spore_validation.rx +++ b/spore_validation.rx @@ -58,6 +58,12 @@ "type": "//str" } }, + "headers" : { + "type": "//map", + "values": { + "type": "//str" + } + }, "required_payload": "//bool", "description": "//str", "authentication": "//bool", |
