Skip to content

Commit

Permalink
Corrections to MR STS spec (#12458)
Browse files Browse the repository at this point in the history
- I've corrected the format of the "accountId" to be a "uuid" as it should be. This is not a breaking change made by the API. This is a correction to the spec file to more accurately reflect what is expected.
  - I've also moved the examples where they should be.

Co-authored-by: Craig Treasure <crtreasu@microsoft.com>
  • Loading branch information
craigktreasure and Craig Treasure authored Feb 1, 2021
1 parent d744b6b commit aa19725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"x-ms-examples": {
"TokenGet": {
"$ref": "../../examples/GetToken.json"
"$ref": "./examples/GetToken.json"
}
},
"parameters": [
Expand All @@ -31,7 +31,8 @@
"name": "accountId",
"description": "The Mixed Reality account identifier.",
"required": true,
"type": "string"
"type": "string",
"format": "uuid"
},
{
"name": "X-MRC-CV",
Expand Down

0 comments on commit aa19725

Please sign in to comment.