Skip to content

Commit

Permalink
add missing "origin" property
Browse files Browse the repository at this point in the history
  • Loading branch information
david-msft committed Dec 24, 2020
1 parent 4f3fa74 commit 3712830
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,11 @@
"readOnly": true
}
}
},
"origin": {
"description": "The origin",
"type": "string",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,11 @@
"display": {
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
},
"origin": {
"description": "The origin",
"type": "string",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,11 @@
"display": {
"$ref": "#/definitions/OperationDisplay",
"description": "Display of the operation"
},
"origin": {
"description": "The origin",
"type": "string",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,11 @@
"readOnly": true
}
}
},
"origin": {
"description": "The origin",
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit 3712830

Please sign in to comment.