RandomAPI / Randomuser.me-Node

Source code that powers randomuser.me
https://randomuser.me
MIT License
1.35k stars 268 forks source link

Typo in Json schema desription #157

Closed igorsan98v2 closed 2 years ago

igorsan98v2 commented 4 years ago

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 commented 2 years ago

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