18 lines
238 B
YAML
18 lines
238 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
cron:
|
|
type: string
|
|
description:
|
|
type: string
|
|
every:
|
|
type: string
|
|
offset:
|
|
type: string
|
|
query:
|
|
type: string
|
|
status:
|
|
type: string
|
|
required: [name, status]
|