...
The schemas are defined in Typescript types in the
backend/src/api/schemas
We use the Zod library to define the Typescript types from the schema definition
...
...
The schemas are defined in Typescript types in the backend/src/api/schemas
We use the Zod library to define the Typescript types from the schema definition
...