toJsonSchema generates unsatisfiable schema for intersect of objects
## Problem When using `toJsonSchema` with `intersect` of objects, it generates a JSON Schema that cannot be satisfied due to conflicting `additionalProperties: false` constraints. I understand tha...