@pacharanero had set up a suite of Postman tests, a few of which failed, which were likely related to the upgrade of Pydantic. This PR updates request and response validators as per the new changes.
Code changes
The changes reside in the request and response validator files. The open API json spec was also updated, according to these changes.
Documentation changes (done or required as a result of this PR)
Nil (but NB: @pacharanero and I are working to merge the documentation site in as a separate PR).
Overview
@pacharanero had set up a suite of Postman tests, a few of which failed, which were likely related to the upgrade of Pydantic. This PR updates request and response validators as per the new changes.
Code changes
The changes reside in the
request
andresponse
validator files. The open API json spec was also updated, according to these changes.Documentation changes (done or required as a result of this PR)
Nil (but NB: @pacharanero and I are working to merge the documentation site in as a separate PR).
Related Issues