strictyaml
strictyaml copied to clipboard
How can I validate a nonempty list?
I'm looking for something similar to this (if it were valid syntax):
Seq(Str()) and not EmptyList()
Is that possible?