Peter Stenger

Results 277 comments of Peter Stenger

@bzamansky I think that would be helpful. We recently discussed that we want larger PRs for UI work so we can see/consider all the functionality at once.

This also doesn't work if I remove it by setting it to undefined @dosu.

Additionally, if it was called for the inlined usage it would still show "changed".

That is incorrect. `delete` still shows the `id` in the second scenario @dosu. ``` { '$schema': 'http://json-schema.org/draft-07/schema#', type: 'object', properties: { foo: { '$ref': '#/definitions/ORIGINAL' }, foo2: { '$ref': '#/definitions/ORIGINAL'...

It looks like an `override` is not called here: https://github.com/colinhacks/zod/blob/0313553db1bca4a023ff4767503befc025689188/packages/zod/src/v4/core/to-json-schema.ts#L686

I have done a full test, everything is working.

I think this is because `__mul__` is not typed.