Skip to content

Commit

Permalink
resolving model/definition errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ushasan committed Feb 25, 2022
1 parent 3055791 commit fd67a4f
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,15 +492,7 @@
},
"source": {
"description": "The filename of the watchlist, called 'source'",
"enum": [
"Local file",
"Remote storage"
],
"type": "string",
"x-ms-enum": {
"modelAsString": true,
"name": "source"
}
"type": "string"
},
"sourceType": {
"description": "The sourceType of the watchlist",
Expand Down Expand Up @@ -590,7 +582,6 @@
},
"required": [
"displayName",
"source",
"sourceType",
"provider",
"itemsSearchKey"
Expand Down

0 comments on commit fd67a4f

Please sign in to comment.