id string
title string
status enum[archived,unlisted,expired,draft,published,scheduled,unsaved]
description string
description_html string
tags array[string]
url string
recruiters array[string]
remote boolean
closing_date string
updated_at string
created_at string
title string
status enum[archived,unlisted,expired,draft,published,scheduled,unsaved]
description string
description_html string
tags array[string]
url string
array
type string
url string
array
type string
number string
recruiters array[string]
remote boolean
closing_date string
updated_at string
created_at string
Example of the model
{
id: "",
title: "",
status: "",
description: "",
description_html: "",
tags: [],
url: "",
links: [{ type: "", url: "" }],
addresses: [{ type: "", address: "" }],
recruiters: [],
remote: false,
closing_date: "",
updated_at: "",
created_at: ""
}