clojure.lang.ExceptionInfo: Input to annotate does not match schema:
[(named {:parameters {:body-params disallowed-key}} doc) nil]
error: [(named {:parameters {:body-params disallowed-key}} doc) nil]
schema: [{:schema
{{:k :parameters}
{{:k :body} Any,
{:k :query} Any,
{:k :path} Any,
{:k :header} Any,
{:k :formData} Any},
{:k :responses} Any,
Keyword Any},
:optional? false,
:name doc}
{:schema Any, :optional? false, :name obj}]
type: :schema.core/error
I'm trying to use schema.core/with-fn-validation on my tests but I'm getting the error above. I think this schema is too strict for the use on this library but changing it would need changes on https://github.com/metosin/ring-swagger
Do you have a suggestion on how to fix this? Thanks!
I'm trying to use schema.core/with-fn-validation on my tests but I'm getting the error above. I think this schema is too strict for the use on this library but changing it would need changes on https://github.com/metosin/ring-swagger
Do you have a suggestion on how to fix this? Thanks!