diff options
| author | Francois Perrad <francois.perrad@gadz.org> | 2010-10-14 22:24:45 +0200 |
|---|---|---|
| committer | Francois Perrad <francois.perrad@gadz.org> | 2010-10-14 22:24:45 +0200 |
| commit | c5d372d4719ca5f214c7325988187c0ad2e5d092 (patch) | |
| tree | 63902219f91336098afb89a189125d60bf1f5daa | |
| parent | add validation schema (diff) | |
| download | spore-specifications-c5d372d4719ca5f214c7325988187c0ad2e5d092.tar.gz | |
remove the prefix api_
| -rw-r--r-- | spore_validation.rx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spore_validation.rx b/spore_validation.rx index 0214d6d..c7e4012 100644 --- a/spore_validation.rx +++ b/spore_validation.rx @@ -1,15 +1,15 @@ { "type": "//rec", "optional": { - "api_base_url": "//str", - "api_authentication": "//bool", - "version": "//str", + "base_url": "//str", + "authentication": "//bool", + "version": "//str", "author": { "type" : "//arr", "length" : { "min": 1 }, "contents": { "type": "//str" } }, - "api_format": { + "format": { "type" : "//arr", "contents": { "type":"//str" } }, |
