Fork me on GitHub
#ring-swagger
<
2019-01-09
>
ikitommi10:01:59

@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.

dbernal13:01:04

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