When I Work · Schema

Schedule

Employee SchedulingWorkforce ManagementTime TrackingTime ClockShift ManagementAttendanceTeam MessagingHourly WorkersLabor ForecastingHR

Properties

Name Type Description
id integer
account_id integer
name string
address string
coordinates array
deleted_at string
ip_address string
is_default boolean
is_deleted boolean
latitude number
longitude number
max_hours integer
place object
place_confirmed boolean
place_id string
radius integer
sort integer
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

when-i-work-schedule-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "readOnly": true,
      "example": 10000
    },
    "account_id": {
      "type": "integer",
      "example": 10000
    },
    "name": {
      "type": "string",
      "example": "Front of House"
    },
    "address": {
      "type": "string",
      "example": "420 N 5th St #500, Minneapolis, MN 55401, USA"
    },
    "coordinates": {
      "type": "array",
      "example": [
        44.983791,
        -93.2774416
      ]
    },
    "deleted_at": {
      "type": "string",
      "format": "date-time"
    },
    "ip_address": {
      "type": "string",
      "format": "ipv4",
      "example": "192.168.1.1"
    },
    "is_default": {
      "type": "boolean",
      "example": false
    },
    "is_deleted": {
      "type": "boolean",
      "example": false
    },
    "latitude": {
      "type": "number",
      "format": "float",
      "example": 44.983791
    },
    "longitude": {
      "type": "number",
      "format": "float",
      "example": -93.2774416
    },
    "max_hours": {
      "type": "integer",
      "example": 0
    },
    "place": {
      "$ref": "#/components/schemas/Place"
    },
    "place_confirmed": {
      "type": "boolean",
      "example": true
    },
    "place_id": {
      "type": "string",
      "example": 2
    },
    "radius": {
      "type": "integer",
      "example": 100
    },
    "sort": {
      "type": "integer",
      "example": 0
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "example": "2019-05-16T06:57:28+05:00"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "example": "2019-05-16T06:57:28+05:00"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://when-i-work.com/schemas/schedule",
  "title": "Schedule"
}

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-schedule"
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.