find automaticly the choice type #11

Closed
opened 2024-04-09 09:59:19 +02:00 by egarette · 1 comment
Owner

A valid choice type is:

my_var:
  type: choice
  choices:
    - val1
    - val2
    - val3

The type should not be mandatory, this should be valid too:

my_var:
  choices:
    - val1
    - val2
    - val3

Please note that this behavior is only valid with format version 1.1 or higher.

A valid choice type is: ``` my_var: type: choice choices: - val1 - val2 - val3 ``` The type should not be mandatory, this should be valid too: ``` my_var: choices: - val1 - val2 - val3 ``` **Please note that this behavior is only valid with format version 1.1 or higher.**
Author
Owner

Done in bc4420bdea

Done in bc4420bdea
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: stove/rougail#11
No description provided.