Unified.to · Schema

property_HrisEmployee_employee_roles

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-hrisemployee-employee-roles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_HrisEmployee_employee_roles",
  "title": "property_HrisEmployee_employee_roles",
  "items": {
    "enum": [
      "ADMIN",
      "MANAGER",
      "RECRUITER",
      "SALESREP",
      "INTERVIEWER"
    ],
    "type": "string",
    "x-speakeasy-unknown-values": "allow"
  },
  "type": "array"
}