With the release of 0.8.0 containing this breaking https://github.com/metosin/reitit/pull/715 what would be the recommended way to handle the "default" status code that's https://spec.openapis.org/oas/v3.1.0.html#fixed-fields-13 in OpenAPI 3+? https://github.com/lispyclouds/navi/blob/main/src/navi/impl.clj#L73 used to work on the assumption that the keywords kinda work but that's broken now and there doesn't seem to be a way to handle that? (this https://github.com/metosin/reitit/issues/691 mentions it too).
some more hammock time needed
Looking forward to it!
good question
I wonder if we had a :response :default feature but it slipped through the cracks because it was undocumented & untested.
yeah, this line has been here forever
I guess we just need to resurrect it then
I'll try to make a PR today
Thank you!