Fix Indeed exceptions on parsing description

This commit is contained in:
Cullen Watson
2023-10-18 14:25:53 -05:00
committed by GitHub
parent 5e71866630
commit f2cc74b7f2
8 changed files with 79 additions and 48 deletions

View File

@@ -92,9 +92,9 @@ JobPost
│ ├── city (str)
│ ├── state (str)
├── description (str)
├── job_type (enum): fulltime, parttime, internship, contract
├── job_type (str): fulltime, parttime, internship, contract
├── compensation (object)
│ ├── interval (enum): yearly, monthly, weekly, daily, hourly
│ ├── interval (str): yearly, monthly, weekly, daily, hourly
│ ├── min_amount (int)
│ ├── max_amount (int)
│ └── currency (enum)