Skip to content

Commit

Permalink
docs: fix Schema Documentation Link (#3290)
Browse files Browse the repository at this point in the history
- Add a link to the schema documentation that the comment currently mentions but doesn't provide
  • Loading branch information
rorymalcolm committed Sep 3, 2021
1 parent 1492956 commit aa9a44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/schema.d.ts
Expand Up @@ -2,7 +2,7 @@
* Schemas in Fastify follow the JSON-Schema standard. For this reason
* we have opted to not ship strict schema based types. Instead we provide
* an example in our documentation on how to solve this problem. Check it
* out here:
* out here: https://github.com/fastify/fastify/blob/main/docs/TypeScript.md#json-schema
*/
export interface FastifySchema {
body?: unknown;
Expand Down

0 comments on commit aa9a44d

Please sign in to comment.