Skip to content

Commit

Permalink
docs: remove excess quotes in Restricted parameters object (#2474)
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Nema <76521428+akshatnema@users.noreply.github.com>%0ACo-authored-by: Quetzalli <alejandra.olvera.novack@gmail.com>%0ACo-authored-by: Ansh Goyal <anshgoyal1704@gmail.com>
  • Loading branch information
Tenischev and anshgoyalevil authored Feb 28, 2024
1 parent 30963a0 commit 02c2978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/migration/migrating-to-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Parameters have often prioritized convenience over accurately reflecting real-wo

In v2, we significantly streamlined the Schema Object. While the previous version offered full capability with numerous, often underutilized options, it posed challenges in serializing objects or booleans in the channel path.

The new v3 simplifies this by consistently using the string type and limiting available properties. Now, you can only access `enum`, `default`, `description`, `examples`, and `location`, ensuring a more focused and practical approach."
The new v3 simplifies this by consistently using the string type and limiting available properties. Now, you can only access `enum`, `default`, `description`, `examples`, and `location`, ensuring a more focused and practical approach.

```yml
asyncapi: 2.6.0
Expand Down

0 comments on commit 02c2978

Please sign in to comment.