Skip to content

Commit

Permalink
chore: jsonfmt datafactory (#6965)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and weidongxu-microsoft committed Aug 15, 2019
1 parent bc6f6f7 commit 07fb01c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,8 +682,8 @@
"location"
]
},
"JsonDataset": {
"x-ms-discriminator-value": "Json",
"JsonDataset": {
"x-ms-discriminator-value": "Json",
"description": "Json dataset.",
"type": "object",
"allOf": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@
"fileExtension"
]
},
"JsonWriteSettings": {
"JsonWriteSettings": {
"description": "Json write settings.",
"type": "object",
"allOf": [
Expand Down Expand Up @@ -748,7 +748,7 @@
}
}
},
"JsonSource": {
"JsonSource": {
"description": "A copy activity Json source.",
"type": "object",
"allOf": [
Expand Down Expand Up @@ -782,7 +782,7 @@
}
}
},
"JsonSink": {
"JsonSink": {
"description": "A copy activity Json sink.",
"type": "object",
"allOf": [
Expand Down

0 comments on commit 07fb01c

Please sign in to comment.