Leapsome · Schema

PayrollCycle

People EnablementPerformance ManagementOKRsGoalsEngagement SurveysHRISSCIMEmployee Development1:1 MeetingsLearning

Properties

Name Type Description
id string Payroll cycle ID
name string Name of the payroll cycle
status string Current status of the payroll cycle
startAt string Start date of the payroll period
endAt string End date of the payroll period
customPeriodStartAt string Start date of the custom period
customPeriodEndAt string End date of the custom period
reviewStartAt string Start date of the review period
approvalStartAt string Start date of the approval period
approvedAt string Date when the payroll cycle was approved
approvedBy string User ID of the user who approved the payroll cycle
prorateType string Type of prorate used for the payroll cycle
compensations object
createdAt string When the payroll cycle was created
updatedAt string When the payroll cycle was last updated
View JSON Schema on GitHub

JSON Schema

leapsome-payrollcycle-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PayrollCycle",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "pattern": "^[0-9a-f]{24}$",
      "example": "58d55e3ffdc2eb20547edd0a",
      "description": "Payroll cycle ID"
    },
    "name": {
      "type": "string",
      "example": "Q1 2024 Payroll",
      "description": "Name of the payroll cycle"
    },
    "status": {
      "type": "string",
      "enum": [
        "open",
        "pendingApproval",
        "approved",
        "overdue",
        "future",
        "reopened"
      ],
      "example": "open",
      "description": "Current status of the payroll cycle"
    },
    "startAt": {
      "type": "string",
      "format": "date-time",
      "description": "Start date of the payroll period"
    },
    "endAt": {
      "type": "string",
      "format": "date-time",
      "description": "End date of the payroll period"
    },
    "customPeriodStartAt": {
      "type": "string",
      "format": "date-time",
      "description": "Start date of the custom period"
    },
    "customPeriodEndAt": {
      "type": "string",
      "format": "date-time",
      "description": "End date of the custom period"
    },
    "reviewStartAt": {
      "type": "string",
      "format": "date-time",
      "description": "Start date of the review period"
    },
    "approvalStartAt": {
      "type": "string",
      "format": "date-time",
      "description": "Start date of the approval period"
    },
    "approvedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Date when the payroll cycle was approved"
    },
    "approvedBy": {
      "type": "string",
      "pattern": "^[0-9a-f]{24}$",
      "description": "User ID of the user who approved the payroll cycle"
    },
    "prorateType": {
      "type": "string",
      "enum": [
        "weekly",
        "biWeekly",
        "semiMonthly",
        "thirtyDays",
        "actualNumberOfMonthDays"
      ],
      "example": "weekly",
      "description": "Type of prorate used for the payroll cycle"
    },
    "compensations": {
      "type": "object",
      "properties": {
        "salaryTypeCustomName": {
          "type": "string",
          "description": "Custom name for the salary type"
        },
        "baseSalaryCustomName": {
          "type": "string",
          "description": "Custom name for the base salary"
        },
        "salaryPerHourCustomName": {
          "type": "string",
          "description": "Custom name for the salary per hour"
        },
        "compensableTimeCustomName": {
          "type": "string",
          "description": "Custom name for the compensable time"
        },
        "hoursWorkedCustomName": {
          "type": "string",
          "description": "Custom name for the hours worked"
        },
        "paidAbsencesCustomName": {
          "type": "string",
          "description": "Custom name for the paid absences"
        }
      }
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "When the payroll cycle was created"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "When the payroll cycle was last updated"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/leapsome-payrollcycle"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.