Unified.to · Schema

AtsScorecard

IntegrationsUnified API

Properties

Name Type Description
application_id string
candidate_id string
comment string
created_at string
id string
interview_id string
interviewer_id string
job_id string
questions object
raw object
recommendation string
updated_at string
View JSON Schema on GitHub

JSON Schema

unified-to-atsscorecard-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsScorecard",
  "title": "AtsScorecard",
  "properties": {
    "application_id": {
      "type": "string"
    },
    "candidate_id": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "interview_id": {
      "type": "string"
    },
    "interviewer_id": {
      "type": "string"
    },
    "job_id": {
      "type": "string"
    },
    "questions": {
      "$ref": "#/components/schemas/property_AtsScorecard_questions"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "recommendation": {
      "enum": [
        "DEFINITELY_NO",
        "NO",
        "YES",
        "STRONG_YES"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}