Files
2021-06-30 14:47:35 -04:00

8 lines
107 B
YAML

type: object
properties:
stacks:
type: array
items:
$ref: "./Stack.yml"
required: [stacks]