Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique GUID identifier of the wiki |
| name | string | Display name of the wiki |
| type | string | Type of wiki |
| projectId | string | ID of the project this wiki belongs to |
| repositoryId | string | ID of the backing Git repository |
| mappedPath | string | Root folder path in the repository (for code wikis) |
| versions | array | Branches or versions available for this wiki |
| url | string | URL to access this wiki via the REST API |
| remoteUrl | string | Clone URL for the backing repository |
| _links | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/WikiV2",
"title": "WikiV2",
"type": "object",
"description": "An Azure DevOps wiki",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique GUID identifier of the wiki"
},
"name": {
"type": "string",
"description": "Display name of the wiki",
"example": "Project Wiki"
},
"type": {
"type": "string",
"description": "Type of wiki",
"enum": [
"projectWiki",
"codeWiki"
]
},
"projectId": {
"type": "string",
"format": "uuid",
"description": "ID of the project this wiki belongs to"
},
"repositoryId": {
"type": "string",
"format": "uuid",
"description": "ID of the backing Git repository"
},
"mappedPath": {
"type": "string",
"description": "Root folder path in the repository (for code wikis)",
"example": "/wiki"
},
"versions": {
"type": "array",
"description": "Branches or versions available for this wiki",
"items": {
"type": "object",
"properties": {
"version": {
"type": "string",
"description": "Branch name",
"example": "main"
}
}
}
},
"url": {
"type": "string",
"format": "uri",
"description": "URL to access this wiki via the REST API"
},
"remoteUrl": {
"type": "string",
"format": "uri",
"description": "Clone URL for the backing repository"
},
"_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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-devops-wikiv2"
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.