summaryrefslogtreecommitdiff
path: root/spore_validation.rx
diff options
context:
space:
mode:
Diffstat (limited to 'spore_validation.rx')
-rw-r--r--spore_validation.rx8
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" }
},