zalando / friboo

Utility library for writing microservices in Clojure, with support for Swagger and OAuth
Apache License 2.0
118 stars 16 forks source link

Request body JSON validation with Swagger's ` definitions` of `api.yaml`. #116

Open jyun-zalando opened 7 years ago

jyun-zalando commented 7 years ago

Is it possible to be validated by JSON-Schema or something in Swagger definition-sections?

harti2006 commented 7 years ago

@jyun-zalando can you please elaborate on this issue?

Otann commented 7 years ago

@jyun-zalando i believe validation is already implemented using schemas from swagger, what is your case?