-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
first draft civic file #64
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
|
||
{ | ||
"id": "", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should be a URL to the schema specification per the DC gov website. We can use
from https://github.com/codefordc/civic.json/blob/master/schema.json#L3 |
||
"name": "WABA Bike Infrastructure Map Project", | ||
"status": "Beta", | ||
"type": "Website", | ||
"contact": { | ||
"name": "Alex Ulsh", | ||
"email": "[email protected]" | ||
}, | ||
"partners": [ | ||
{ | ||
"url": "http://codefordc.org", | ||
"name": "Code for DC" | ||
}, | ||
{ | ||
"url": "http://www.waba.org/", | ||
"name": "Washington Area Bicyclist Association" | ||
} | ||
], | ||
"description": "Creating a bike map advocacy tool for Washington Area Bicyclist Association", | ||
"license": "", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. License is a should be included field per the specification, let's remove from the Once we decide on a license we should then add it to the |
||
"homepage": "https://dcfemtech.github.io/hackforgood-waba-map/", | ||
"repository": "https://github.com/dcfemtech/hackforgood-waba-map", | ||
"geography": [ | ||
"Washington, D.C.", | ||
"Montgomery County, MD", | ||
"Prince George’s County, MD", | ||
"Arlington County, VA", | ||
"Fairfax County, VA", | ||
"Alexandria, VA" | ||
], | ||
"data": [ | ||
{ | ||
"name": "buffers", | ||
"url": "https://github.com/dcfemtech/hackforgood-waba-map/tree/master/buffers" | ||
}, | ||
{ | ||
"name": "bikelanes", | ||
"url": "https://github.com/dcfemtech/hackforgood-waba-map/tree/master/bikelanes" | ||
} | ||
], | ||
"tags": [ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should add |
||
"Data visualization", | ||
"mapping", | ||
"biking", | ||
"bike lanes" | ||
], | ||
"links": [] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Similar to the license property, let's remove |
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra line of whitespace - first line should be
{
.