Skip to content

Commit

Permalink
Add missing "type" on connectService string pattern (#384)
Browse files Browse the repository at this point in the history
It is required for some tools (such as json2ts) to work properly. 
Other similar pattern have the type specified so I assume this has just been forgotten.
  • Loading branch information
sandorfr authored and Danny McCormick committed Feb 14, 2019
1 parent 3321a47 commit 2c65560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@
]
},
{
"type": "string",
"pattern": "^connectedService\\:.+$"
}
]
Expand Down

0 comments on commit 2c65560

Please sign in to comment.