Merge · JSON Structure

Ats Api Candidate Structure

A candidate in the recruiting pipeline from a connected ATS integration.

Type: object Properties: 14
IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Candidate is a JSON Structure definition published by Merge, describing 14 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id remote_id first_name last_name company title is_private can_email tags applications attachments remote_was_deleted created_at modified_at

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/merge/refs/heads/main/json-structure/ats-api-candidate-structure.json",
  "name": "Candidate",
  "description": "A candidate in the recruiting pipeline from a connected ATS integration.",
  "type": "object",
  "properties": {
    "id": { "type": "uuid" },
    "remote_id": { "type": "string" },
    "first_name": { "type": "string" },
    "last_name": { "type": "string" },
    "company": { "type": "string" },
    "title": { "type": "string" },
    "is_private": { "type": "boolean" },
    "can_email": { "type": "boolean" },
    "tags": { "type": "array", "items": { "type": "string" } },
    "applications": { "type": "array", "items": { "type": "uuid" } },
    "attachments": { "type": "array", "items": { "type": "uuid" } },
    "remote_was_deleted": { "type": "boolean" },
    "created_at": { "type": "datetime" },
    "modified_at": { "type": "datetime" }
  }
}