-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed schema to support url in multi dependencies (#2035)
- Loading branch information
László Velinszky
authored
Feb 21, 2020
1 parent
04a1544
commit 44c60c4
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -460,6 +460,9 @@ | |
}, | ||
{ | ||
"$ref": "#/definitions/path-dependency" | ||
}, | ||
{ | ||
"$ref": "#/definitions/url-dependency" | ||
} | ||
] | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters