Skip to content

Commit

Permalink
chore: jsonfmt datamigration (#6324)
Browse files Browse the repository at this point in the history
Ran `jsonfmt -w "specification/datamigration/**/*.json"`
  • Loading branch information
nschonni authored and jhendrixMSFT committed Jun 18, 2019
1 parent 09d5bc0 commit 655e790
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,9 @@
],
"operationId": "ServiceTasks_List",
"x-ms-examples": {
"ServiceTasks_List": { "$ref": "./examples/ServiceTasks_List.json" }
"ServiceTasks_List": {
"$ref": "./examples/ServiceTasks_List.json"
}
},
"parameters": [
{
Expand Down Expand Up @@ -862,7 +864,9 @@
],
"operationId": "ServiceTasks_CreateOrUpdate",
"x-ms-examples": {
"Tasks_CreateOrUpdate": { "$ref": "./examples/ServiceTasks_CreateOrUpdate.json" }
"Tasks_CreateOrUpdate": {
"$ref": "./examples/ServiceTasks_CreateOrUpdate.json"
}
},
"parameters": [
{
Expand Down Expand Up @@ -900,7 +904,9 @@
],
"operationId": "ServiceTasks_Get",
"x-ms-examples": {
"Tasks_Get": { "$ref": "./examples/ServiceTasks_Get.json" }
"Tasks_Get": {
"$ref": "./examples/ServiceTasks_Get.json"
}
},
"parameters": [
{
Expand Down Expand Up @@ -941,7 +947,9 @@
],
"operationId": "ServiceTasks_Delete",
"x-ms-examples": {
"Tasks_Delete": { "$ref": "./examples/ServiceTasks_Delete.json" }
"Tasks_Delete": {
"$ref": "./examples/ServiceTasks_Delete.json"
}
},
"responses": {
"200": {
Expand All @@ -968,7 +976,9 @@
],
"operationId": "ServiceTasks_Update",
"x-ms-examples": {
"Tasks_Update": { "$ref": "./examples/ServiceTasks_Update.json" }
"Tasks_Update": {
"$ref": "./examples/ServiceTasks_Update.json"
}
},
"parameters": [
{
Expand Down Expand Up @@ -1053,7 +1063,9 @@
],
"operationId": "ServiceTasks_Cancel",
"x-ms-examples": {
"Tasks_Cancel": { "$ref": "./examples/ServiceTasks_Cancel.json" }
"Tasks_Cancel": {
"$ref": "./examples/ServiceTasks_Cancel.json"
}
},
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"body": ""
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
}
}
}
}
}

0 comments on commit 655e790

Please sign in to comment.