Jack Zhang
Jack Zhang
## DEPRECATION NOTICE This image has been deprecated in favor of the [official](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html) `elasticsearch` [image](https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html) provided and maintained by [elastic.co](https://www.elastic.co/). The list of images available from Elastic can be found...
> example: the following route if you open `http://127.0.0.1:3003/x/12` it will fail `expected number, received string`. > > ``` > fastify.withTypeProvider().get("/x/:n", { > schema: { > params: z.object({ n: z.number()...