We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug For OpenAPI 3.1.0 spectral expects in license object an identifier or url if name it set. It's not possible to set license name only!
identifier
url
name
To Reproduce Set only a license name without identifier and url in OpenAPI 3.1.0 spec file.
license: name: some text
Expected behavior license identifier and url is not required for OpenAPI 3.1.0, even if license name was set. https://spec.openapis.org/oas/v3.1.0.html#license-object
Environment (remove any that are not applicable):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
For OpenAPI 3.1.0 spectral expects in license object an
identifier
orurl
ifname
it set.It's not possible to set license name only!
To Reproduce
Set only a license name without identifier and url in OpenAPI 3.1.0 spec file.
license: name: some text
Expected behavior
license
identifier
andurl
is not required for OpenAPI 3.1.0, even if licensename
was set.https://spec.openapis.org/oas/v3.1.0.html#license-object
Environment (remove any that are not applicable):
The text was updated successfully, but these errors were encountered: