Currently, the HealthIncident object (2020-09-14.yml, L21684) indicates that the end_date property is not nullable. However, querying for certain institutions (specifically "ins_3", among others) returns HealthIncident objects with a null value for end_date. I am correcting in my library manually for now, but it would be nice to see this fixed with the next update.
Currently, the
HealthIncident
object (2020-09-14.yml, L21684) indicates that theend_date
property is not nullable. However, querying for certain institutions (specifically "ins_3", among others) returnsHealthIncident
objects with anull
value forend_date
. I am correcting in my library manually for now, but it would be nice to see this fixed with the next update.See also: viceroypenguin/Going.Plaid#96