{ "$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" }