phalt / swapi

*NOT MAINTAINED - NO GUARENTEE TO BE UP*
https://phalt.github.io/pokeapi-and-swapi-going-forward/
BSD 3-Clause "New" or "Revised" License
892 stars 505 forks source link

Droid specie does not match scheme #101

Open west0r opened 6 years ago

west0r commented 6 years ago

Thanks for supporting this awesome project.

I have bug with fields validation.

In specie schema homeworld field marked as required, but droid) have homeworld.

In this case,you need mark homeworld field as not required or add droid homeworld.

drood87 commented 5 years ago

Just encountered the same issue. I am checking if there is a next page in the json file via an if statement which checks if the next page is null. But droids return null as well. Can we change it to Unknown or something else?

Cheers :)