Skip to content

Commit

Permalink
Add changeType to swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
Youke Shen committed Jan 5, 2021
1 parent 87c3af1 commit 5bfd7fb
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,19 @@
"name": "PropertyChangeType",
"modelAsString": false
}
},
"changeType": {
"description": "The property change Type. This is an alias to the propertyChangeType property.",
"type": "string",
"enum": [
"Insert",
"Update",
"Remove"
],
"x-ms-enum": {
"name": "ChangeType",
"modelAsString": false
}
}
},
"required": [
Expand Down

0 comments on commit 5bfd7fb

Please sign in to comment.