-
Hi 👋 Can I configure it to throw an error whenever it receives values other than: ---
message: Hello, World!
--- Meaning if the value was empty, |
Beta Was this translation helpful? Give feedback.
Answered by
eemeli
Mar 21, 2024
Replies: 1 comment 3 replies
-
Have you tried the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In that case you'll probably need to implement a custom validator of some sort for your data, and apply it to the parsed results.