Skip to content

Commit

Permalink
Add url, opening_hours, fee_hours
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jul 29, 2020
1 parent 2bced75 commit 5bbb925
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions schema/city_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@
"forecast":{
"description":"shows if forecast is available for this spot",
"type":"boolean"
},
"url":{
"description":"A URL of a web resource where more information can be viewed",
"type":"string"
},
"opening_hours":{
"description":"Opening hours of this lot in OpenStreetMap format (https://wiki.openstreetmap.org/wiki/Key:opening_hours)",
"type":"string"
},
"fee_hours":{
"description":"Hours during which usage of this lot incurrs fees in OpenStreetMap format (https://wiki.openstreetmap.org/wiki/Key:opening_hours). It is implied that outside those hours usage is free.",
"type":"string"
}
},
"required":["name", "count", "state", "forecast"]
Expand Down

0 comments on commit 5bbb925

Please sign in to comment.