You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I implement some custom function in spectral linter, that works fine.
Now I want to show the openapi file name in the custom function return message. How to do it?
Example:
"openapi-custom function.json" is the name of an OpenAPI file.
The Spectral lint command is "spectral lint openapi-custom-function.json"
Now I want to show the output to be like:
"This function works successfully in the openapi-custom-function.json file."
How can I achieve this?
This discussion was converted from issue #2200 on July 06, 2022 15:09.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If I implement some custom function in spectral linter, that works fine.
Now I want to show the openapi file name in the custom function return message. How to do it?
Example:
Beta Was this translation helpful? Give feedback.
All reactions