5 lines
93 B
YAML
5 lines
93 B
YAML
# dict with a correct version declared
|
|
version: "1.0"
|
|
hello:
|
|
type: string
|
|
default: world
|