21 lines
390 B
YAML
21 lines
390 B
YAML
type: object
|
|
properties:
|
|
apiVersion:
|
|
type: string
|
|
resourceID:
|
|
type: string
|
|
kind:
|
|
type: string
|
|
templateMetaName:
|
|
type: string
|
|
associations:
|
|
type: array
|
|
items:
|
|
$ref: "./StackEventResourceAssociation.yml"
|
|
links:
|
|
type: object
|
|
properties:
|
|
self:
|
|
type: string
|
|
required: [apiVersion, resourceID, kind, templateMetaName, associations]
|