Apideck · Schema

Employee ID

ID of the employee

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-employeeid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmployeeId",
  "title": "Employee ID",
  "type": "string",
  "description": "ID of the employee",
  "example": "12345",
  "nullable": true
}