ranking-agent / api-watchdog

Monitor API endpoints for correctness with support for TRAPI compliant endpoints.
MIT License
0 stars 0 forks source link

trapi.CURIE validation #8

Closed kennethmorton closed 1 month ago

kennethmorton commented 2 years ago

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.

kennethmorton commented 2 years ago

See #9

maximusunc commented 1 month ago

This looks to be merged in and not an issue.