Linkedin job type (#30)

This commit is contained in:
Cullen Watson
2023-08-31 14:01:47 -05:00
committed by GitHub
parent 672b152ead
commit 7efece8fe9
2 changed files with 35 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ class JobType(Enum):
NIGHTS = "nights"
OTHER = "other"
SUMMER = "summer"
VOLUNTEER = "volunteer"
class Location(BaseModel):
@@ -48,7 +49,6 @@ class JobPost(BaseModel):
description: str = None
job_type: JobType = None
compensation: Compensation = None
# why is 08-28-2023 a validiation error for type date? how do I fix this?
date_posted: date = None