Any idea on how to make the enum an array?
The following breaks:
type:
- "null"
- type: enum[]
The only way I found is custom type as the example mentioned by Michael R. Crusoe
• 0 views
•
link
?is just a shorthand for[ <T>, "null"]. Try the latter.Could you provide an example? I have tried a few alternatives with
nullbut I couldn't make it work.