NCATSTranslator / ReasonerAPI

NCATS Biomedical Translator Reasoners Standard API
35 stars 28 forks source link

Add nullable: true #437

Closed edeutsch closed 1 year ago

edeutsch commented 1 year ago

There's quite a lot of TRAPI 1.4 in the wild with the following being null: Message.auxiliary_graphs RetrievalSource.upstream_resource_ids RetrievalSource.source_record_urls

I think we intended them to be nullable. but the validator throws an error when these are null. so let's update the 1.4.0-beta4 schema to truly make them nullable, making a lot of TRAPI 1.4 out (more) valid.