You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"]
}