Skip to content

Commit

Permalink
change line order
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Amit committed Oct 19, 2020
1 parent 1397db5 commit 3c93b06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,9 @@
"description": "Name of the product of the partner that created the assessment"
},
"secret": {
"x-ms-secret": true,
"type": "string",
"description": "Secret to authenticate the partner and verify it created the assessment - write only",
"x-ms-secret": true
"description": "Secret to authenticate the partner and verify it created the assessment - write only"
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,9 @@
"description": "Name of the company of the partner"
},
"secret": {
"x-ms-secret": true,
"type": "string",
"description": "secret to authenticate the partner - write only",
"x-ms-secret": true
"description": "secret to authenticate the partner - write only"
}
},
"required": [
Expand Down

0 comments on commit 3c93b06

Please sign in to comment.