diff --git a/docs/essential/schema.md b/docs/essential/schema.md index be02b3e4..52c2e09c 100644 --- a/docs/essential/schema.md +++ b/docs/essential/schema.md @@ -119,6 +119,8 @@ new Elysia() .listen(3000) ``` +This code ensures that the query must have **name** with a string value for every handler after it. The response should be listed as follows: +