metosin / compojure-api

Sweet web apis with Compojure & Swagger
http://metosin.github.io/compojure-api/doc/
Eclipse Public License 1.0
1.11k stars 149 forks source link

Fix empty spec response coercion to mirror schema #432

Closed miikka closed 4 years ago

miikka commented 4 years ago

Schema coercion allows :responses {200 {}} but spec coercion doesn't. This patch changes spec coercion to allow it as well.

Fixes #413.