Source code for app.schemas.job
from typing import Optional
from pydantic import BaseModel
# Shared properties
# Properties to receive on item creation
# Properties to receive on item update
# Properties shared by models stored in DB
# Properties to return to client
# Properties properties stored in DB
Last update:
Mar 10, 2024