Unified.to · Schema

property_AtsActivity_user_ids

id values of the recruiters associated with the activity.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-atsactivity-user-ids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_AtsActivity_user_ids",
  "title": "property_AtsActivity_user_ids",
  "description": "id values of the recruiters associated with the activity.",
  "items": {
    "type": "string"
  },
  "type": "array"
}