Skip to content
jklmnn edited this page Jun 24, 2015 · 5 revisions
{  
  "title":"meta.json",  
  "type":"object",  
  "properties":"{  
    "api_version":{  
      "description":"Version of all the json documents of ParkAPI itself",  
      "type":"string"  
    },  
    "server_version":{  
      "description":"Version of the server implementing the API",  
      "type":"string"  
    },  
    "reference":{  
      "description":"Link to reference of this API",  
      "type":"string"  
    },  
    "cities":{  
      "description":"List of cities available on the server",  
      "type":"dict",  
      "properties":{  
        "key":{
          "description":"Id of the city.",
          "type":"string"
        },
        "value":{
          "description":"Name of the city.",
          "type":"string"
        }  
      }  
    }  
  },
  "required":["api_version","server_version","reference","cities"]  
}
Clone this wiki locally