diff options
Diffstat (limited to 'spore_validation.rx')
| -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" } } |
