14 lines
258 B
YAML
14 lines
258 B
YAML
type: object
|
|
properties:
|
|
action:
|
|
$ref: "./TemplateApplyActionKind.yml"
|
|
properties:
|
|
type: object
|
|
properties:
|
|
kind:
|
|
type: string
|
|
resourceTemplateName:
|
|
type: string
|
|
required: [kind]
|
|
required: [action, properties]
|