Skip to content

Commit

Permalink
Added additionalProperties to itemsKeyValue to resolve autorest issues (
Browse files Browse the repository at this point in the history
#18170)

* added additionalProperties to itemsKeyValue to resolve autorest issues

* Update Watchlists.json

* ran prettier-fix
  • Loading branch information
ushasan authored Mar 25, 2022
1 parent eedb384 commit 825f08d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,11 +665,13 @@
},
"itemsKeyValue": {
"description": "key-value pairs for a watchlist item",
"type": "object"
"type": "object",
"additionalProperties": {}
},
"entityMapping": {
"description": "key-value pairs for a watchlist item entity mapping",
"type": "object"
"type": "object",
"additionalProperties": {}
}
},
"required": [
Expand Down

0 comments on commit 825f08d

Please sign in to comment.