esi / esi-issues

Issue tracking and feature requests for ESI
https://esi.evetech.net/
209 stars 23 forks source link

ship_type_id in Bloodlines is nullable #1327

Open joaomlneto opened 2 years ago

joaomlneto commented 2 years ago

Inconsistency

The ship_type_id field in the /universe/bloodlines is marked as required, but the retrieved data may be null.

The spec guarantees correctness by providing a x-nullable attribute to the field in the spec.

This is not consistent with other parts of the API, where the semantics are to omit the field from the results (at least from what I've observed). I've been only recently experimenting with mostly the Universe API for fun; feel free to correct me!

Resolution

Checklist

Check all boxes that apply to this issue: