Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert last commit
  • Loading branch information
xinzouMicrosoft committed Mar 19, 2019
commit 326b297b3e26dd8b7936edb1b815df27c015914a
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,10 @@
}
],
"properties": {
"$ref": "#/definitions/WebServiceProperties",
"description": "Contains the property payload that describes the web service."
"properties": {
"$ref": "#/definitions/WebServiceProperties",
"description": "Contains the property payload that describes the web service."
}
},
"required": [
"properties"
Expand All @@ -501,8 +503,10 @@
}
],
"properties": {
"$ref": "#/definitions/WebServiceProperties",
"description": "Contains the property payload that describes the web service."
"properties": {
"$ref": "#/definitions/WebServiceProperties",
"description": "Contains the property payload that describes the web service."
}
}
},
"WebServiceProperties": {
Expand Down