mirror of
https://github.com/ZeroCatDev/Classworks.git
synced 2025-12-08 13:49:37 +00:00
14 lines
456 B
YAML
14 lines
456 B
YAML
type: object
|
|
properties:
|
|
payload:
|
|
description: Response payload that contains automation rule(s)
|
|
oneOf:
|
|
- type: array
|
|
description: Array of automation rules (for listing endpoint)
|
|
items:
|
|
$ref: '#/components/schemas/automation_rule_item'
|
|
- type: object
|
|
description: Single automation rule (for show/create/update endpoints)
|
|
allOf:
|
|
- $ref: '#/components/schemas/automation_rule_item'
|