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

20 lines
366 B
YAML

allOf:
- $ref: "./TemplateSummaryCommon.yml"
- type: object
properties:
id:
type: integer
format: int64
x-go-field-type: uint64
name:
type: string
description:
type: string
cron:
type: string
every:
type: string
offset:
type: string
required: [id, name]