12 lines
222 B
YAML
12 lines
222 B
YAML
type: object
|
|
properties:
|
|
kind:
|
|
type: string
|
|
templateMetaName:
|
|
type: string
|
|
envReferences:
|
|
type: array
|
|
items:
|
|
$ref: "./TemplateEnvReference.yml"
|
|
required: [kind, templateMetaName, envReferences]
|