ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

JSON schema validator API changed, breaks build #865

Open dvstans opened 1 year ago

dvstans commented 1 year ago

The core server does not build with the latest version of the json schema validator due to a change in an class prototype used for error handling. It is possible that this is actually a documentation error. Switching the offending code to use a library defined type for the broken parameter fixed the issue, and it's possible this was the intended usage. Need to verify with an older version of the validator library.