Unified.to · Schema

AtsInterview

IntegrationsUnified API

Properties

Name Type Description
application_id string
candidate_id string
created_at string
end_at string
external_event_xref string
id string
job_id string
location string
raw object
start_at string
status string
updated_at string
user_ids object
View JSON Schema on GitHub

JSON Schema

unified-to-atsinterview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsInterview",
  "title": "AtsInterview",
  "properties": {
    "application_id": {
      "type": "string"
    },
    "candidate_id": {
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "end_at": {
      "format": "date-time",
      "type": "string"
    },
    "external_event_xref": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "job_id": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "start_at": {
      "format": "date-time",
      "type": "string"
    },
    "status": {
      "enum": [
        "SCHEDULED",
        "AWAITING_FEEDBACK",
        "COMPLETE",
        "CANCELED",
        "NEEDS_SCHEDULING"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "user_ids": {
      "$ref": "#/components/schemas/property_AtsInterview_user_ids"
    }
  },
  "type": "object"
}