blob: 650bc4408612b3376959a1a0624a9f41fe099ddd [file] [log] [blame]
name: test
min-version: 2.0
options:
animal:
type: enum
description: The kind of animal
values:
- pony
- horsy
default: pony
(?):
- animal == "pony":
options:
pony:
type: bool
description: Whether a pony or not
default: False
- animal == "horsy":
options:
horsy:
type: bool
description: Whether a horsy or not
default: False