Skip to content

Commit

Permalink
Adding x-ms-client-flatten parameter to the swagger scehma, as it was…
Browse files Browse the repository at this point in the history
… missing:

the spec defines that it is possible to add that extension to a body parameter.
  • Loading branch information
daniel-ms committed May 24, 2016
1 parent 1382a5e commit d5a44b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema/swagger-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,9 @@
},
"schema": {
"$ref": "#/definitions/schema"
},
"x-ms-client-flatten": {
"$ref": "#/definitions/xmsClientFlatten"
}
},
"additionalProperties": false
Expand Down

0 comments on commit d5a44b0

Please sign in to comment.