Azure DevOps · Schema

TestSuite

A test suite within a test plan

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id integer Unique numeric identifier of the test suite
name string Display name of the test suite
suiteType string Type of test suite
planId integer ID of the test plan this suite belongs to
children array Child test suites (if requested via expand)
defaultTesters array Default testers assigned to test cases in this suite
parentSuite object
requirementId integer Work item ID this suite is linked to (for requirement suites)
queryString string WIQL query for dynamic suites
state string Suite state
testCaseCount integer Number of test cases in this suite
isActive boolean Whether this suite is active
lastUpdatedBy object
lastUpdatedDate string
project object
url string
_links object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-testsuite-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TestSuite",
  "title": "TestSuite",
  "type": "object",
  "description": "A test suite within a test plan",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique numeric identifier of the test suite",
      "example": 5
    },
    "name": {
      "type": "string",
      "description": "Display name of the test suite",
      "example": "Login Tests"
    },
    "suiteType": {
      "type": "string",
      "description": "Type of test suite",
      "enum": [
        "none",
        "dynamicTestSuite",
        "staticTestSuite",
        "requirementTestSuite"
      ]
    },
    "planId": {
      "type": "integer",
      "description": "ID of the test plan this suite belongs to"
    },
    "children": {
      "type": "array",
      "description": "Child test suites (if requested via expand)",
      "items": {
        "$ref": "#/components/schemas/TestSuite"
      }
    },
    "defaultTesters": {
      "type": "array",
      "description": "Default testers assigned to test cases in this suite",
      "items": {
        "$ref": "#/components/schemas/IdentityRef"
      }
    },
    "parentSuite": {
      "$ref": "#/components/schemas/TestSuiteReference"
    },
    "requirementId": {
      "type": "integer",
      "description": "Work item ID this suite is linked to (for requirement suites)"
    },
    "queryString": {
      "type": "string",
      "description": "WIQL query for dynamic suites"
    },
    "state": {
      "type": "string",
      "description": "Suite state",
      "enum": [
        "inProgress",
        "completed"
      ]
    },
    "testCaseCount": {
      "type": "integer",
      "description": "Number of test cases in this suite"
    },
    "isActive": {
      "type": "boolean",
      "description": "Whether this suite is active"
    },
    "lastUpdatedBy": {
      "$ref": "#/components/schemas/IdentityRef"
    },
    "lastUpdatedDate": {
      "type": "string",
      "format": "date-time"
    },
    "project": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "_links": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri"
          }
        }
      }
    }
  }
}

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/microsoft-azure-devops-testsuite"
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.