Files
influx-cli/api/contract/overrides/schemas/StackEventResource.yml
2021-06-30 14:47:35 -04:00

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]