Unified.to · Schema

HrisEmployees

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-hrisemployees-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HrisEmployees",
  "title": "HrisEmployees",
  "items": {
    "$ref": "#/components/schemas/HrisEmployee"
  },
  "type": "array"
}