Closed ikitommi closed 9 years ago
(require '[schema.core :as s]) (require '[schema-tools.core :as st]) (s/check [{:a s/Str}] [{:a "kikka" :b "kukka"}]) ; [{:b disallowed-key}] (st/select-schema [{:a s/Str}] [{:a "kikka" :b "kukka"}]) ; java.lang.UnsupportedOperationException: nth not supported on this type: PersistentArrayMap
fixed