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

Typo in Json schema desription #157

Closed
igorsan98v2 opened this issue Jul 7, 2020 · 1 comment
Closed

Typo in Json schema desription #157

igorsan98v2 opened this issue Jul 7, 2020 · 1 comment

Comments

@igorsan98v2
Copy link

According to JSON schema at https://randomuser.me/ field "street" looks like this:
image
but in fact, according to last API, field "street" must be looks like this:

"street": {
"number": "some number " ,
"name": "some name"
}

It is may produce some confuses for using API with a strong typed languages

@keitharm
Copy link
Member

Thanks for pointing this out, this'll be addressed in the upcoming v1.4 update.

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