Tommi Reiman

Results 443 comments of Tommi Reiman

ok, thanks & cheers.

you can use vector to set the properties with `mu/assoc`: ```clojure (mu/assoc [:map [:x :int] [:y :int]] [:z {:optional true}] :int) ; => [:map [:x :int] [:y :int] [:z {:optional...

Good point. Result of merge: ```clojure (m/deref Merged) ;[:map {:closed true} ; [:x :string] ; [:y :int] ; [:malli.core/default [:map-of :keyword :any]]] ```

Thanks for all the work on this! As this is a big change, planning to make a maintenance release before digging into this.

Merged with master as thought it was ok but there is a change in malli json schema rendering causing the tests fail now. we can fix those when review, sorry.

We hope to support OpenAPI3 soon, so closing this.

Ok, this is a bug. `:or` should select first non-null as the base-type with JSON Schema. PR welcome on this.

Not currently, but there is no reason not to support. Just not implemented yet.