Is broken given recent reasoner-pydantic updates. Since reasoner-pydantic CURIE type is now a subclass of str instead of the reasoner-pydantic base type validation doesn't work the same way.
Currently CURIE validation just checks for string. The easiest thing to do is to remove trapi.CURIE from the validation registry.
Is broken given recent reasoner-pydantic updates. Since reasoner-pydantic CURIE type is now a subclass of str instead of the reasoner-pydantic base type validation doesn't work the same way.
Currently CURIE validation just checks for string. The easiest thing to do is to remove trapi.CURIE from the validation registry.