Unified.to · Schema

AssessmentOrder

IntegrationsUnified API

Properties

Name Type Description
application_id string
candidate_id string
company_id string
connection_id string
created_at string
employee_id string
id string
job_id string
package_id string
parameters object
profile_addresses object
profile_date_of_birth string
profile_emails object
profile_first_name string
profile_gender string
profile_ip_address string
profile_last_name string
profile_name string
profile_national_identifier string
profile_resume_url string
profile_social_media_urls object
profile_telephones object
raw object
reference string
response_attributes object
response_completed_at string
response_details object
response_download_urls object
response_expires_at string
response_issued_at string
response_max_score number
response_redirect_url string
response_score number
response_source string
response_status string
response_url string
status string
target_url string
updated_at string
webhook_id string
workspace_id string
View JSON Schema on GitHub

JSON Schema

unified-to-assessmentorder-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssessmentOrder",
  "title": "AssessmentOrder",
  "properties": {
    "application_id": {
      "type": "string"
    },
    "candidate_id": {
      "type": "string"
    },
    "company_id": {
      "type": "string"
    },
    "connection_id": {
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "employee_id": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "job_id": {
      "type": "string"
    },
    "package_id": {
      "type": "string"
    },
    "parameters": {
      "$ref": "#/components/schemas/property_AssessmentOrder_parameters"
    },
    "profile_addresses": {
      "$ref": "#/components/schemas/property_AssessmentOrder_profile_addresses"
    },
    "profile_date_of_birth": {
      "type": "string"
    },
    "profile_emails": {
      "$ref": "#/components/schemas/property_AssessmentOrder_profile_emails"
    },
    "profile_first_name": {
      "type": "string"
    },
    "profile_gender": {
      "enum": [
        "MALE",
        "FEMALE",
        "INTERSEX",
        "TRANS",
        "NON_BINARY"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "profile_ip_address": {
      "type": "string"
    },
    "profile_last_name": {
      "type": "string"
    },
    "profile_name": {
      "type": "string"
    },
    "profile_national_identifier": {
      "type": "string"
    },
    "profile_resume_url": {
      "type": "string"
    },
    "profile_social_media_urls": {
      "$ref": "#/components/schemas/property_AssessmentOrder_profile_social_media_urls"
    },
    "profile_telephones": {
      "$ref": "#/components/schemas/property_AssessmentOrder_profile_telephones"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "reference": {
      "type": "string"
    },
    "response_attributes": {
      "$ref": "#/components/schemas/property_AssessmentOrder_response_attributes"
    },
    "response_completed_at": {
      "format": "date-time",
      "type": "string"
    },
    "response_details": {
      "$ref": "#/components/schemas/property_AssessmentOrder_response_details"
    },
    "response_download_urls": {
      "$ref": "#/components/schemas/property_AssessmentOrder_response_download_urls"
    },
    "response_expires_at": {
      "format": "date-time",
      "type": "string"
    },
    "response_issued_at": {
      "format": "date-time",
      "type": "string"
    },
    "response_max_score": {
      "type": "number"
    },
    "response_redirect_url": {
      "type": "string"
    },
    "response_score": {
      "type": "number"
    },
    "response_source": {
      "type": "string"
    },
    "response_status": {
      "enum": [
        "OPEN",
        "IN_PROGRESS",
        "COMPLETED",
        "FAILED",
        "REJECTED"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "response_url": {
      "type": "string"
    },
    "status": {
      "enum": [
        "OPEN",
        "IN_PROGRESS",
        "COMPLETED",
        "FAILED",
        "REJECTED"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "target_url": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "webhook_id": {
      "type": "string"
    },
    "workspace_id": {
      "type": "string"
    }
  },
  "required": [
    "workspace_id",
    "connection_id"
  ],
  "type": "object"
}