Test Plans · Schema
TestMilestone
A key checkpoint in a test plan indicating when a specific testing phase or deliverable is expected to be completed.
DocumentationQuality AssuranceSoftware DevelopmentTest ManagementTesting
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the milestone. |
| name | string | Name of the milestone (e.g., Test Completion, UAT Sign-off, Go/No-Go). |
| description | string | Description of what completing this milestone signifies. |
| test_plan_id | string | Identifier of the test plan this milestone belongs to. |
| due_date | string | Target date for completing this milestone. |
| completed_date | string | Actual date the milestone was completed. |
| status | string | Current status of the milestone. |
| criteria | array | List of criteria that must be met for this milestone to be considered complete. |
| owner | string | Person responsible for this milestone. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/test-plans/refs/heads/main/json-schema/test-plans-milestone-schema.json",
"title": "TestMilestone",
"description": "A key checkpoint in a test plan indicating when a specific testing phase or deliverable is expected to be completed.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the milestone."
},
"name": {
"type": "string",
"description": "Name of the milestone (e.g., Test Completion, UAT Sign-off, Go/No-Go)."
},
"description": {
"type": "string",
"description": "Description of what completing this milestone signifies."
},
"test_plan_id": {
"type": "string",
"description": "Identifier of the test plan this milestone belongs to."
},
"due_date": {
"type": "string",
"format": "date",
"description": "Target date for completing this milestone."
},
"completed_date": {
"type": "string",
"format": "date",
"description": "Actual date the milestone was completed."
},
"status": {
"type": "string",
"enum": ["pending", "in-progress", "completed", "at-risk", "missed"],
"description": "Current status of the milestone."
},
"criteria": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of criteria that must be met for this milestone to be considered complete."
},
"owner": {
"type": "string",
"description": "Person responsible for this milestone."
}
},
"required": ["id", "name", "due_date", "status"]
}
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/test-plans-milestone"
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.