Unified.to · Schema

property_HrisEmployee_relationships

the employee's personal relationships (eg. emergency contacts, spouse, dependants, ...)

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-hrisemployee-relationships-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_HrisEmployee_relationships",
  "title": "property_HrisEmployee_relationships",
  "description": "the employee's personal relationships (eg. emergency contacts, spouse, dependants, ...)",
  "items": {
    "$ref": "#/components/schemas/HrisEmployeerelationship"
  },
  "type": "array"
}