Skip to content

Commit

Permalink
fix nullable (Azure#16786)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanyang7 authored Dec 1, 2021
1 parent ce06c3e commit 18225cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3769,7 +3769,8 @@
"properties": {
"value": {
"type": "object",
"description": "Stored procedure parameter value. Type: string (or Expression with resultType string)."
"description": "Stored procedure parameter value. Type: string (or Expression with resultType string).",
"x-nullable": true
},
"type": {
"description": "Stored procedure parameter type.",
Expand Down

0 comments on commit 18225cd

Please sign in to comment.