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