CompanyOfferCreate
titleTitle (string)required
Possible values: >= 5 characters and <= 500 characters
descriptionDescription (string)required
company_id object
anyOf
- string<uuid>
- null
string<uuid>
target_levelsstring[]required
field_of_study object
anyOf
- string
- null
string
required_skills object
anyOf
- string[]
- null
Array [
string
]
responsibilities object
anyOf
- string
- null
string
duration_monthsDuration Months (integer)
Possible values: >= 1 and <= 12
Default value:
3start_date object
anyOf
- string
- null
string
end_date object
anyOf
- string
- null
string
google_maps_urlGoogle Maps Url (string)required
city object
anyOf
- string
- null
string
department object
anyOf
- string
- null
string
address object
anyOf
- string
- null
string
available_positions object
anyOf
- integer
- null
integer
Possible values: >= 1 and <= 100
is_paid object
anyOf
- boolean
- null
boolean
stipend_amount object
anyOf
- number
- null
number
benefits object
anyOf
- string[]
- null
Array [
string
]
is_pfeIs Pfe (boolean)
Default value:
falsepfe_title object
anyOf
- string
- null
string
pfe_description object
anyOf
- string
- null
string
pfe_policy object
anyOf
- string
- null
string
Possible values: Value must match regular expression ^(imposed|flexible)$
CompanyOfferCreate
{
"title": "string",
"description": "string",
"company_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"target_levels": [
"string"
],
"field_of_study": "string",
"required_skills": [
"string"
],
"responsibilities": "string",
"duration_months": 3,
"start_date": "string",
"end_date": "string",
"google_maps_url": "string",
"city": "string",
"department": "string",
"address": "string",
"available_positions": 0,
"is_paid": true,
"stipend_amount": 0,
"benefits": [
"string"
],
"is_pfe": false,
"pfe_title": "string",
"pfe_description": "string",
"pfe_policy": "string"
}