SmartRecruiters · Schema

SourceDetails

Human ResourcesRecruitingTalent AcquisitionApplicant TrackingHR Technology

Properties

Name Type Description
type string The source type (e.g., DIRECT, REFERRAL, LINKEDIN)
subtype string
refId string
View JSON Schema on GitHub

JSON Schema

smartrecruiters-sourcedetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SourceDetails",
  "title": "SourceDetails",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The source type (e.g., DIRECT, REFERRAL, LINKEDIN)"
    },
    "subtype": {
      "type": "string"
    },
    "refId": {
      "type": "string"
    }
  }
}