RENCI-AUTOMAT / Automat-server

MIT License
0 stars 0 forks source link

nulls in properties don't validate #15

Closed cbizon closed 3 years ago

cbizon commented 3 years ago

Automat is returning trapi properties that look like:

                        "attribute_type_id": "EDAM:data_0006",
                        "value": "NCBIGene:1491",
                        "value_type_id": null,
                        "original_attribute_name": "target_id",
                        "value_url": null,
                        "attribute_source": null

But value_type_id cannot be null/None.

cbizon commented 3 years ago

This is causing failures at the onehop testing level.