cpb- / yocto-cooker

Meta buildtool for Yocto Project based Linux embedded systems
GNU General Public License v2.0
43 stars 22 forks source link

urls: fix validation of ambiguous URLs for schema #114

Closed pboettch closed 2 years ago

pboettch commented 2 years ago

There are URL which are matching several patterns, this actually OK, so the schema has to be anyOf and not oneOf the possible patterns.

fixes #113