keitaro-api-skill/references/schemas/Landing.yaml

35 lines
514 B
YAML

type: object
properties:
id:
type: integer
landing_type:
type: string
action_type:
type: string
action_payload:
oneOf:
- type: string
- type: object
action_options:
type: object
name:
type: string
group_id:
type: integer
offer_count:
type: integer
notes:
type: string
state:
type: string
created_at:
type: string
updated_at:
type: string
archive:
type: string
local_path:
type: string
preview_path:
type: string