summaryrefslogblamecommitdiff
path: root/spore_validation.rx
blob: 1fe435d6af57bb96b02ba77f2be6261eed3d822a (plain) (tree)
1
2
3
4
5
6
7
8


                 
                             
                             

                              
              













































                                          
{
 "type": "//rec",
 "optional": {
   "base_url":       "//str",
   "description":    "//str",
   "authentication": "//bool",
   "version":        "//str",
   "format": {
     "type"    : "//arr",
     "contents": { "type":"//str" }
   },
   "meta": {
     "type": "//map",
     "values": {
       "type": "//str"
     }
   }
 },
 "required": {
   "name": "//str",
   "methods": {
     "type": "//map",
     "values": {
       "type": "//rec",
       "required": {
         "method": "//str",
         "path":   "//str"
       },
       "optional": {
         "expected": {
           "type"    : "//arr",
           "contents": {
             "type": "//int"
           }
         },
         "params": {
           "type": "//map",
           "values": {
             "type": "//arr",
             "contents": {"type": "//str"}
           }
         },
         "description":    "//str",
         "authentication": "//bool",
         "base_url":       "//str",
         "format": {
           "type"    : "//arr",
           "contents": { "type":"//str" }
         }
       }
     }
   }
 }
}