ring-swagger

ring-swagger & compojure-api
ikitommi 2019-01-09T10:35:59.013300Z

@dbernal Equality doesn’t check the meta-data in Clojure. Also, the FieldSchema is kinda legacy, there is schema-tools.core/schema which makes the extra data explicit, not meta-data (just like spec-tools.core/spec). Ring-swagger would need a small PR to remove the field in favor of the new st/schema and the problem would go away.

dbernal 2019-01-09T13:45:04.013400Z

@ikitommi ah, gotcha. I'll give that a try then. Thanks!