Apideck · Schema

Schedule

IntegrationUnified-API

Properties

Name Type Description
id object
start_date string The start date, inclusive, of the schedule period.
end_date string The end date, inclusive, of the schedule period.
work_pattern object
View JSON Schema on GitHub

JSON Schema

apideck-schedule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Schedule",
  "title": "Schedule",
  "type": "object",
  "x-apideck-schema-id": "Schedule",
  "x-apideck-weights": {
    "id": "critical",
    "start_date": "critical",
    "end_date": "critical",
    "work_pattern": "critical"
  },
  "required": [
    "id",
    "start_date",
    "end_date",
    "work_pattern"
  ],
  "additionalProperties": false,
  "properties": {
    "id": {
      "$ref": "#/components/schemas/Id"
    },
    "start_date": {
      "type": "string",
      "description": "The start date, inclusive, of the schedule period.",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      "example": "2022-04-08"
    },
    "end_date": {
      "type": "string",
      "description": "The end date, inclusive, of the schedule period.",
      "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
      "example": "2022-04-21"
    },
    "work_pattern": {
      "type": "object",
      "properties": {
        "odd_weeks": {
          "type": "object",
          "properties": {
            "hours_monday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 8,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_tuesday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 8,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_wednesday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 4,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_thursday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 7.5,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_friday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 4,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_saturday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 0,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_sunday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 0,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            }
          }
        },
        "even_weeks": {
          "type": "object",
          "properties": {
            "hours_monday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 8,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_tuesday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 8,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_wednesday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 4,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_thursday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 7.5,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_friday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 4,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_saturday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 0,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            },
            "hours_sunday": {
              "type": "number",
              "format": "double",
              "pattern": "^(\\d{1,2})(\\.\\d{1,2})?$",
              "example": 0,
              "minimum": 0,
              "maximum": 24,
              "nullable": false,
              "readOnly": false
            }
          }
        }
      }
    }
  }
}

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/apideck-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 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.