Leapsome · Schema

WorkLocation

People EnablementPerformance ManagementOKRsGoalsEngagement SurveysHRISSCIMEmployee Development1:1 MeetingsLearning

Properties

Name Type Description
id string Work location ID
name string Name of the work location
status string Current status of the work location
remote boolean Whether this is a remote work location
currency string Default currency for this work location
street string Street address
zip string ZIP/postal code
city string City
administrativeDivision string State/province/administrative division
country string Country
dateFormat string Date format used in this work location
primary boolean Whether this is the primary work location
createdAt string When the work location was created
updatedAt string When the work location was last updated
View JSON Schema on GitHub

JSON Schema

leapsome-worklocation-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "WorkLocation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "pattern": "^[0-9a-f]{24}$",
      "example": "58d55e3ffdc2eb20547edd0a",
      "description": "Work location ID"
    },
    "name": {
      "type": "string",
      "example": "Berlin Office",
      "description": "Name of the work location"
    },
    "status": {
      "type": "string",
      "enum": [
        "active",
        "inactive"
      ],
      "example": "active",
      "description": "Current status of the work location"
    },
    "remote": {
      "type": "boolean",
      "nullable": true,
      "example": false,
      "description": "Whether this is a remote work location"
    },
    "currency": {
      "type": "string",
      "nullable": true,
      "example": "EUR",
      "description": "Default currency for this work location"
    },
    "street": {
      "type": "string",
      "nullable": true,
      "example": "123 Main Street",
      "description": "Street address"
    },
    "zip": {
      "type": "string",
      "nullable": true,
      "example": "10115",
      "description": "ZIP/postal code"
    },
    "city": {
      "type": "string",
      "nullable": true,
      "example": "Berlin",
      "description": "City"
    },
    "administrativeDivision": {
      "type": "string",
      "nullable": true,
      "example": "Berlin",
      "description": "State/province/administrative division"
    },
    "country": {
      "type": "string",
      "nullable": true,
      "example": "Germany",
      "description": "Country"
    },
    "dateFormat": {
      "type": "string",
      "nullable": true,
      "enum": [
        "MM-DD-YYYY",
        "DD-MM-YYYY",
        "YYYY-MM-DD",
        "MM/DD/YYYY",
        "DD/MM/YYYY",
        "YYYY/MM/DD",
        "DD.MM.YYYY",
        "MMMM DD, YYYY",
        "DD MMMM YYYY",
        "YYYY MMMM DD"
      ],
      "example": "DD.MM.YYYY",
      "description": "Date format used in this work location"
    },
    "primary": {
      "type": "boolean",
      "nullable": true,
      "example": true,
      "description": "Whether this is the primary work location"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "example": "2024-01-15T08:30:00.000Z",
      "description": "When the work location was created"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "example": "2024-01-20T10:15:00.000Z",
      "description": "When the work location 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-worklocation"
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 email required.

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