HR Partner · JSON Structure

Hr Partner Expense Structure

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

Expense 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 amount currency claim_date expense_status employee

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Expense",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "description": { "type": "string" },
    "amount": { "type": "number" },
    "currency": { "type": "string" },
    "claim_date": { "type": "string" },
    "expense_status": { "type": "string" },
    "employee": { "type": "object" }
  }
}