docs: readme

pull/162/head
Cullen Watson 2024-05-28 16:04:26 -05:00 committed by GitHub
parent 89a3ee231c
commit c501006bd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -140,13 +140,14 @@ JobPost
│ ├── state (str)
├── description (str)
├── job_type (str): fulltime, parttime, internship, contract
├── job_function (str)
├── compensation (object)
│ ├── interval (str): yearly, monthly, weekly, daily, hourly
│ ├── min_amount (int)
│ ├── max_amount (int)
│ └── currency (enum)
── date_posted (date)
── emails (str)
── date_posted (date)
── emails (str)
└── is_remote (bool)
Indeed specific