HR Partner · Schema

Attachment

HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryeSignatureSaaSAustralia

Properties

Name Type Description
id string
description string
url string
module string
module_id string
size integer
uploaded_date string
View JSON Schema on GitHub

JSON Schema

hr-partner-attachment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Attachment",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "description": { "type": "string" },
    "url": { "type": "string", "format": "uri" },
    "module": { "type": "string" },
    "module_id": { "type": "string" },
    "size": { "type": "integer" },
    "uploaded_date": { "type": "string", "format": "date-time" }
  }
}