diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-15 17:49:28 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-15 17:49:28 +0200 |
| commit | 2e0fff66b5967cdf4f73dfb71c124da6c735f444 (patch) | |
| tree | e83ca9b730c3d717d86ca3e4decd046a831409bc /spore_validation.rx | |
| parent | more explicit names (diff) | |
| download | spore-specifications-2e0fff66b5967cdf4f73dfb71c124da6c735f444.tar.gz | |
s/format/formats/
it is an array
Diffstat (limited to '')
| -rw-r--r-- | spore_validation.rx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spore_validation.rx b/spore_validation.rx index 5d531f4..a6fb6fd 100644 --- a/spore_validation.rx +++ b/spore_validation.rx @@ -6,7 +6,7 @@ "authentication": "//bool", "version": "//str", "authority": "//str", - "format": { + "formats": { "type" : "//arr", "contents": { "type":"//str" } }, @@ -48,7 +48,7 @@ "description": "//str", "authentication": "//bool", "base_url": "//str", - "format": { + "formats": { "type" : "//arr", "contents": { "type":"//str" } } |
