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 The defined function, while implemented and documented, does not appear to be registered as a core function.
defined
To Reproduce
Function defined not found. Called by rule foo.
Expected behavior It should find the defined function.
Additional context Origin of the issue is probably in this file: https://github.com/stoplightio/spectral/blob/v5.6.0/src/functions/index.ts
The defined function is not included in the CoreFunctions map, unlike all the other core functions.
The text was updated successfully, but these errors were encountered:
Fixed in 5.7.1
Sorry, something went wrong.
P0lip
Successfully merging a pull request may close this issue.
Describe the bug
The
defined
function, while implemented and documented, does not appear to be registered as a core function.To Reproduce
defined
Function defined not found. Called by rule foo.
Expected behavior
It should find the
defined
function.Additional context
Origin of the issue is probably in this file: https://github.com/stoplightio/spectral/blob/v5.6.0/src/functions/index.ts
The
defined
function is not included in the CoreFunctions map, unlike all the other core functions.The text was updated successfully, but these errors were encountered: