When I Work · Schema

Site

Employee SchedulingWorkforce ManagementTime TrackingTime ClockShift ManagementAttendanceTeam MessagingHourly WorkersLabor ForecastingHR

Properties

Name Type Description
id integer
account_id integer
location_id integer
name string
color string
description string
address string
coordinates array
latitude number
longitude number
place object
place_id string
is_deleted boolean
deleted_at string
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

when-i-work-site-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true,
      "example": 10000
    },
    "account_id": {
      "type": "integer",
      "example": 10000
    },
    "location_id": {
      "type": "integer",
      "example": 145030
    },
    "name": {
      "type": "string",
      "example": "Main venue."
    },
    "color": {
      "type": "string",
      "example": "8da6d9"
    },
    "description": {
      "type": "string",
      "example": "Large meeting room"
    },
    "address": {
      "type": "string",
      "example": "420 N 5th St #500, Minneapolis, MN 55401, USA"
    },
    "coordinates": {
      "type": "array",
      "example": [
        44.983791,
        -93.2774416
      ]
    },
    "latitude": {
      "type": "number",
      "format": "float",
      "example": 44.983791
    },
    "longitude": {
      "type": "number",
      "format": "float",
      "example": -93.2774416
    },
    "place": {
      "$ref": "#/components/schemas/Place"
    },
    "place_id": {
      "type": "string",
      "example": 2
    },
    "is_deleted": {
      "type": "boolean",
      "example": false
    },
    "deleted_at": {
      "type": "string",
      "format": "date-time"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "example": "2020-05-16T06:57:28+05:00"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "example": "2020-05-26T06:57:28+05:00"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://when-i-work.com/schemas/site",
  "title": "Site"
}

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/when-i-work-site"
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.