Unified.to · Schema

property_AtsCandidate_link_urls

URLs for web pages containing additional material about the candidate (LinkedIn, other social media, articles, etc.)

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-atscandidate-link-urls-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AtsCandidate_link_urls",
  "title": "property_AtsCandidate_link_urls",
  "description": "URLs for web pages containing additional material about the candidate (LinkedIn, other social media, articles, etc.)",
  "items": {
    "type": "string"
  },
  "type": "array"
}