You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taking the example of the Date Annotator API, possible responses include 500 - BadRequest. The official NLP Sandbox schemas is correct has shown below:
But the openapi.yaml generated for Python-Flask apps by openapi-generator convert the BadRequest schema, for example, to its base class, Error. Yet the description of the error come from BadRequest, for example.
Taking the example of the Date Annotator API, possible responses include 500 - BadRequest. The official NLP Sandbox schemas is correct has shown below:
But the
openapi.yaml
generated for Python-Flask apps by openapi-generator convert the BadRequest schema, for example, to its base class, Error. Yet the description of the error come from BadRequest, for example.The text was updated successfully, but these errors were encountered: