Aller au contenu principal

CompanyOfferCreate

titleTitle (string)required

Possible values: >= 5 characters and <= 500 characters

descriptionDescription (string)required
company_id object
anyOf
string<uuid>
target_levelsstring[]required
field_of_study object
anyOf
string
required_skills object
anyOf
  • Array [
  • string
  • ]
  • responsibilities object
    anyOf
    string
    duration_monthsDuration Months (integer)

    Possible values: >= 1 and <= 12

    Default value: 3
    start_date object
    anyOf
    string
    end_date object
    anyOf
    string
    google_maps_urlGoogle Maps Url (string)required
    city object
    anyOf
    string
    department object
    anyOf
    string
    address object
    anyOf
    string
    available_positions object
    anyOf
    integer

    Possible values: >= 1 and <= 100

    is_paid object
    anyOf
    boolean
    stipend_amount object
    anyOf
    number
    benefits object
    anyOf
  • Array [
  • string
  • ]
  • is_pfeIs Pfe (boolean)
    Default value: false
    pfe_title object
    anyOf
    string
    pfe_description object
    anyOf
    string
    pfe_policy object
    anyOf
    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"
    }