Unified.to · Schema

AtsJob

IntegrationsUnified API

Properties

Name Type Description
addresses object
closed_at string
company_id string
compensation object
created_at string
description string
employment_type string
groups object
hiring_manager_ids object
hiring_managers object
id string
language_locale string
metadata object
minimum_degree string
minimum_experience_years number
name string
number_of_openings number
openings object
postings object
public_job_urls object
questions object
raw object
recruiter_ids object
remote boolean
skills object
status string
updated_at string
View JSON Schema on GitHub

JSON Schema

unified-to-atsjob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsJob",
  "title": "AtsJob",
  "properties": {
    "addresses": {
      "$ref": "#/components/schemas/property_AtsJob_addresses"
    },
    "closed_at": {
      "format": "date-time",
      "type": "string"
    },
    "company_id": {
      "type": "string"
    },
    "compensation": {
      "$ref": "#/components/schemas/property_AtsJob_compensation"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "employment_type": {
      "enum": [
        "FULL_TIME",
        "PART_TIME",
        "CONTRACTOR",
        "INTERN",
        "CONSULTANT",
        "VOLUNTEER",
        "CASUAL",
        "SEASONAL",
        "FREELANCE",
        "OTHER"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "groups": {
      "$ref": "#/components/schemas/property_AtsJob_groups"
    },
    "hiring_manager_ids": {
      "$ref": "#/components/schemas/property_AtsJob_hiring_manager_ids"
    },
    "hiring_managers": {
      "$ref": "#/components/schemas/property_AtsJob_hiring_managers"
    },
    "id": {
      "type": "string"
    },
    "language_locale": {
      "type": "string"
    },
    "metadata": {
      "$ref": "#/components/schemas/property_AtsJob_metadata"
    },
    "minimum_degree": {
      "type": "string"
    },
    "minimum_experience_years": {
      "type": "number"
    },
    "name": {
      "type": "string"
    },
    "number_of_openings": {
      "type": "number"
    },
    "openings": {
      "$ref": "#/components/schemas/property_AtsJob_openings"
    },
    "postings": {
      "$ref": "#/components/schemas/property_AtsJob_postings"
    },
    "public_job_urls": {
      "$ref": "#/components/schemas/property_AtsJob_public_job_urls"
    },
    "questions": {
      "$ref": "#/components/schemas/property_AtsJob_questions"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "recruiter_ids": {
      "$ref": "#/components/schemas/property_AtsJob_recruiter_ids"
    },
    "remote": {
      "type": "boolean"
    },
    "skills": {
      "$ref": "#/components/schemas/property_AtsJob_skills"
    },
    "status": {
      "enum": [
        "ARCHIVED",
        "PENDING",
        "DRAFT",
        "OPEN",
        "CLOSED"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}