Skip to content

Commit

Permalink
Add disclaimer that flatteing is not recommended anymore (#4908)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed May 28, 2024
1 parent 961b09d commit 4ddb583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/extensions/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ Swagger 2.0 specification requires that when used, the value of `discriminator`
## x-ms-client-flatten
Note: This extension is not recommended anymore, and will be refused in Swagger reviews going forward. This is kept for legacy only for SDK that have done a stable SDK release.
This extension allows to flatten deeply nested payloads into a more user friendly object. For example a payload that looks like this on the wire:
```json5
Expand Down

0 comments on commit 4ddb583

Please sign in to comment.