HR Partner · JSON Structure

Hr Partner Attachment Structure

Type: object Properties: 7
HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryeSignatureSaaSAustralia

Attachment is a JSON Structure definition published by HR Partner, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id description url module module_id size uploaded_date

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Attachment",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "description": { "type": "string" },
    "url": { "type": "string" },
    "module": { "type": "string" },
    "module_id": { "type": "string" },
    "size": { "type": "integer" },
    "uploaded_date": { "type": "string" }
  }
}