Software Development Lifecycle · JSON Structure

Software Development Lifecycle Sprint Structure

A time-boxed iteration in agile software development containing committed work items.

Type: Properties: 0
Development ProcessProject ManagementQuality AssuranceSoftware EngineeringDevOpsPlatform Engineering

Sprint is a JSON Structure definition published by Software Development Lifecycle.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Sprint",
  "description": "A time-boxed iteration in agile software development containing committed work items.",
  "fields": [
    { "name": "id", "type": "string", "required": true, "description": "Unique identifier" },
    { "name": "name", "type": "string", "required": true, "description": "Sprint name" },
    { "name": "goal", "type": "string", "required": false, "description": "Sprint objective" },
    { "name": "startDate", "type": "date", "required": true, "description": "Sprint start date" },
    { "name": "endDate", "type": "date", "required": true, "description": "Sprint end date" },
    { "name": "status", "type": "string", "required": true, "description": "State: future, active, completed, cancelled" },
    { "name": "capacity", "type": "integer", "required": false, "description": "Team capacity in story points" },
    { "name": "velocity", "type": "integer", "required": false, "description": "Actual completed story points" },
    { "name": "workItems", "type": "array<string>", "required": false, "description": "Work item identifiers" },
    { "name": "team", "type": "string", "required": false, "description": "Team identifier" },
    { "name": "board", "type": "string", "required": false, "description": "Board identifier" },
    { "name": "completedPoints", "type": "integer", "required": false, "description": "In-flight completed points" },
    { "name": "created", "type": "datetime", "required": false, "description": "Creation timestamp" },
    { "name": "modified", "type": "datetime", "required": false, "description": "Last modification timestamp" }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/software-development-lifecycle-sprint-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.