Last active
August 29, 2015 14:07
-
-
Save ethanresnick/75d4344e79f58c13da76 to your computer and use it in GitHub Desktop.
Add Venue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"links": { | |
"venues.company": { | |
"type": "companies" | |
} | |
}, | |
"venues": { | |
"name":"Stack Exchange", | |
"kind":"company_office", | |
"address":"110 William St, New York, NY 10038", | |
"notes":"Jon Chan, a friend of the org, works there and is happy to host.", | |
"seats":80, | |
"links": { | |
"company": "543f1d54ceb990925e68d2c1" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment