openapi-generator-cli
openapi-generator-cli copied to clipboard
[BUG] glob is required JSON schema warning when using inputSpec with remote yaml
🐛 Bug Report:
Describe the bug
When using inputSpec to use an online yaml file glob is still required, can't be empty and has to point at an existing file (even if that file is empty) throwing a Missing required property 'glob' JSON schema warning when omitted.
Expected behavior
Using inputSpec with a HTTP URL yaml in absence of a local file and glob doesn't throw a warning, warning only shows up when both are missing.
This should be resolved with #492.