We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" } } }
The text was updated successfully, but these errors were encountered:
thanks mwaclawek, that's what I was thinking in #76, but condensed a bit too much together
Sorry, something went wrong.
Has been implemented: #110
No branches or pull requests
I think there could be no objections against adding the postal code and the street (both as optional fields) to the location object:
The text was updated successfully, but these errors were encountered: