Skip to content
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

Add postal code and street to location #77

Closed
ocram opened this issue Jul 9, 2014 · 2 comments
Closed

Add postal code and street to location #77

ocram opened this issue Jul 9, 2014 · 2 comments

Comments

@ocram
Copy link
Contributor

ocram commented Jul 9, 2014

I think there could be no objections against adding the postal code and the street (both as optional fields) to the location object:

"location": {
    "type": "object",
    "properties": {
        "postalCode": {
            "type": "string",
            "description": "http://en.wikipedia.org/wiki/Postal_code"
        },
        "street": {
            "type": "string"
        }
    }
}
@ocram ocram mentioned this issue Jul 9, 2014
@danvideo
Copy link

thanks mwaclawek, that's what I was thinking in #76, but condensed a bit too much together

@ocram
Copy link
Contributor Author

ocram commented Jul 22, 2014

Has been implemented: #110

@ocram ocram closed this as completed Jul 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants