Sprint
A time-boxed iteration in agile development methodology, containing a defined set of work items to be completed and delivered.
Development ProcessProject ManagementQuality AssuranceSoftware EngineeringDevOpsPlatform Engineering
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/software-development-lifecycle/sprint",
"title": "Sprint",
"description": "A time-boxed iteration in agile development methodology, containing a defined set of work items to be completed and delivered.",
"type": "object",
"required": ["id", "name", "startDate", "endDate", "status"],
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the sprint."
},
"name": {
"type": "string",
"description": "Human-readable sprint name, e.g., 'Sprint 42' or '2026-Q2-Sprint-3'."
},
"goal": {
"type": "string",
"description": "High-level objective that the team commits to achieving during this sprint."
},
"startDate": {
"type": "string",
"format": "date",
"description": "Date when the sprint begins."
},
"endDate": {
"type": "string",
"format": "date",
"description": "Date when the sprint ends."
},
"status": {
"type": "string",
"enum": ["future", "active", "completed", "cancelled"],
"description": "Current state of the sprint."
},
"capacity": {
"type": "integer",
"minimum": 0,
"description": "Total story points the team has capacity to complete in this sprint."
},
"velocity": {
"type": "integer",
"minimum": 0,
"description": "Actual story points completed at sprint close."
},
"workItems": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of work item identifiers committed to this sprint."
},
"team": {
"type": "string",
"description": "Identifier of the team executing this sprint."
},
"board": {
"type": "string",
"description": "Identifier of the board this sprint belongs to."
},
"completedPoints": {
"type": "integer",
"minimum": 0,
"description": "Story points completed so far during the sprint."
},
"created": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the sprint was created."
},
"modified": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the sprint was last modified."
}
},
"additionalProperties": false
}
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/software-development-lifecycle-sprint"
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.