Skip to content

Commit

Permalink
Make ParameterValueSpecification reference consistent (Azure#18598)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaz93 authored Apr 8, 2022
1 parent 508692b commit 2c888f4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,10 @@
},
"ParameterValueSpecification": {
"description": "An object mapping parameter names to argument values.",
"type": "object"
"type": "object",
"additionalProperties": {
"type": "object"
}
}
},
"parameters": {
Expand Down

0 comments on commit 2c888f4

Please sign in to comment.