Unified.to · Schema

AtsCandidateExperience

IntegrationsUnified API

Properties

Name Type Description
company_name string
end_at string
start_at string
title string
View JSON Schema on GitHub

JSON Schema

unified-to-atscandidateexperience-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsCandidateExperience",
  "title": "AtsCandidateExperience",
  "properties": {
    "company_name": {
      "type": "string"
    },
    "end_at": {
      "format": "date-time",
      "type": "string"
    },
    "start_at": {
      "format": "date-time",
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  },
  "type": "object"
}