Skip to content

Commit

Permalink
Adjust README entry to mention strict matching
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelspike committed Oct 10, 2024
1 parent 1625489 commit a82f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ fastify.get('/responseDescription', {
}, () => {})
```
Additionally, if you provide a `$ref` in your response schema but no description, the reference's description will be used as a fallback.
Additionally, if you provide a `$ref` in your response schema but no description, the reference's description will be used as a fallback. Note that at the moment, `$ref` will only be resolved by matching with `$id` and not through complex paths. Currently being addressed in [this Pull Request](https://github.com/fastify/fastify-swagger/pull/676).
<a name="route.response.2xx"></a>
##### Status code 2xx
Expand Down

0 comments on commit a82f2a7

Please sign in to comment.