luposlip / json-schema

Clojure library JSON Schema validation and generation - Draft-07 compatible
Apache License 2.0
70 stars 7 forks source link

Infer fails on list #10

Closed luposlip closed 5 months ago

luposlip commented 3 years ago

Inferring schemas can be done on vector input. But not on lists (ie. coming from the result of (map some-fn docs).

The simple solution to this is of course to use (mapv some-fn docs), but it should be handled transparently by the library.

luposlip commented 2 years ago

Somewhat related to #7

luposlip commented 5 months ago

Closed with https://github.com/luposlip/json-schema/releases/tag/v0.4.3