Unified.to · Schema

AtsCandidateEducation

IntegrationsUnified API

Properties

Name Type Description
degree string
end_at string
field_of_study string
institution string
level string
start_at string
View JSON Schema on GitHub

JSON Schema

unified-to-atscandidateeducation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsCandidateEducation",
  "title": "AtsCandidateEducation",
  "properties": {
    "degree": {
      "type": "string"
    },
    "end_at": {
      "format": "date-time",
      "type": "string"
    },
    "field_of_study": {
      "type": "string"
    },
    "institution": {
      "type": "string"
    },
    "level": {
      "type": "string"
    },
    "start_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}