Spike.sh · Schema
Spike.sh On-Call Schedule
Schema for an on-call schedule in Spike.sh.
Incident ManagementOn-CallAlertingEscalation PoliciesStatus PagesMonitoringDevOpsSRE
Properties
| Name | Type | Description |
|---|---|---|
| _id | string | Unique on-call schedule identifier |
| name | string | Name of the on-call schedule |
| description | string | Description of the on-call schedule |
| timezone | string | Timezone for the schedule (e.g., America/New_York) |
| layers | array | Schedule layers defining rotation groups |
| createdAt | string | |
| updatedAt | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/spike-sh/main/json-schema/spike-sh-on-call-schedule-schema.json",
"title": "Spike.sh On-Call Schedule",
"description": "Schema for an on-call schedule in Spike.sh.",
"type": "object",
"properties": {
"_id": {
"type": "string",
"description": "Unique on-call schedule identifier"
},
"name": {
"type": "string",
"description": "Name of the on-call schedule"
},
"description": {
"type": "string",
"description": "Description of the on-call schedule"
},
"timezone": {
"type": "string",
"description": "Timezone for the schedule (e.g., America/New_York)"
},
"layers": {
"type": "array",
"description": "Schedule layers defining rotation groups",
"items": {
"type": "object",
"properties": {
"_id": {
"type": "string"
},
"users": {
"type": "array",
"items": { "type": "string" },
"description": "User IDs in this layer"
},
"rotation": {
"type": "object",
"properties": {
"length": {
"type": "integer",
"description": "Rotation period length"
},
"unit": {
"type": "string",
"enum": ["hours", "days", "weeks"],
"description": "Rotation period unit"
}
}
},
"description": {
"type": "string"
}
}
}
},
"createdAt": {
"type": "string",
"format": "date-time"
},
"updatedAt": {
"type": "string",
"format": "date-time"
}
},
"required": ["_id", "name"]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/spike-sh-on-call-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.