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
I am considering moving the status_code=204 && empty response check to the SchemaValidator::HyperSchema::ResponseValidator to maintain consistency with the following PR.
@chibicco You don't have to apologize😀 Because this is an OSS project, not a job.
Please work on it when you want to. Don't worry about the pace of work 👍🏻
Hi,
As we project has transitioned to OpenAPI 3.0, I no longer have opportunities to utilize the 2.0 logic.
I will be deferring any revisions regarding this matter 🙇
Overview
I am considering moving the
status_code=204 && empty response
check to the SchemaValidator::HyperSchema::ResponseValidator to maintain consistency with the following PR.ref: https://github.com/interagent/committee/pull/417/files#r1597413928
I plan to create a PR myself, but I would appreciate it if you could let me know if there are any other potential solutions.
The text was updated successfully, but these errors were encountered: