Skip to content

Commit

Permalink
Merge pull request #1081 from daniel-ms/master
Browse files Browse the repository at this point in the history
Adding x-ms-client-flatten parameter to the body parameter swagger scehma
  • Loading branch information
tbombach committed May 26, 2016
2 parents 47e95a5 + d5a44b0 commit 93d4e1c
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 93d4e1c

Please sign in to comment.