Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NaveenKinnal committed Dec 6, 2022
1 parent 62120cc commit e83f54c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from pydantic import BaseModel, Field
from typing import Optional


class ScheduledJobInput(BaseModel):
cron_string: str = Field(
...,
Expand Down

0 comments on commit e83f54c

Please sign in to comment.