22 lines
368 B
YAML
22 lines
368 B
YAML
type: object
|
|
properties:
|
|
message:
|
|
type: string
|
|
code:
|
|
type: string
|
|
sources:
|
|
type: array
|
|
items:
|
|
type: string
|
|
stackID:
|
|
type: string
|
|
summary:
|
|
$ref: "./TemplateSummaryResources.yml"
|
|
diff:
|
|
$ref: "./TemplateSummaryDiff.yml"
|
|
errors:
|
|
type: array
|
|
items:
|
|
$ref: "./TemplateSummaryErrors.yml"
|
|
required: [message, code]
|