Skip to content
Discussion options

You must be logged in to vote

With the help of previous answers:

I found yaml to be enough for me.

But, actually, I found that for other use cases there is also a multiselect. One can also do this instead of using some other validations:

tag:
  type: str
  choices:
    - A
    - B
    - C

Of course, multiselect: true with choices: will only work for simple cases

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by InAnYan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants