Files
influx-cli/api/contract/overrides/schemas/TemplateExport.yml

36 lines
667 B
YAML

type: object
properties:
stackID:
type: string
orgIDs:
type: array
items:
type: object
properties:
orgID:
type: string
resourceFilters:
type: object
properties:
byLabel:
type: array
items:
type: string
byResourceKind:
type: array
items:
type: string
resources:
type: array
items:
type: object
properties:
id:
type: string
kind:
type: string
name:
type: string
required: [kind]
required: [resources]