@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.
@ikitommi ah, gotcha. I'll give that a try then. Thanks!