EDM115

Results 108 comments of EDM115

@marticliment since #3703 doesn't resolve the FNM issue, i believe this issue should be reopened, or moved to a specific one side note : it could allow to use other...

i get it, hide it behind a Super Duper Hidden Advanced users Pro Max setting 🫣

@mrixner I can link you this I wrote : https://github.com/marticliment/UniGetUI/issues/2658#issuecomment-2322985299 I'll try to find tomorrow the default path

Zod v4 now allows to create JSON schemas without any 3rd-party library. see https://zod.dev/json-schema *edit :* here's how I did it : https://edm115.dev/blog/2025/05/30/how-i-migrated-to-zod-4

\+ for some reason, the schema url uses https (when I tested in fastify, it doesn't work), it is incorrect as it doesn't match with ajv : https://github.com/colinhacks/zod/blob/e7f75d69389fa308ea49177dc53a4913fefe75d3/packages/zod/src/v4/core/to-json-schema.ts#L725 see https://stackoverflow.com/a/71943876/18644204,...

also @colinhacks (sorry for the ping), https://zod.dev/json-schema?id=configuration#configuration here both targets are marked as default in the docs, while from what I understand it's `draft-2020-12` which is the real default