Tsinghua University · Schema
MirrorStatus
Synchronization status for a single mirrored repository served by the Tsinghua TUNA mirror (tunasync).
EducationHigher EducationUniversityChinaBeijingC9 LeagueResearchOpen-SourceMirrorIdentity FederationShibbolethSAMLResearch DataDOILibrary
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Identifier of the mirror. |
| is_master | boolean | Whether this mirror is a master (primary) sync job. |
| status | string | Current synchronization status of the mirror. |
| last_update | string | Human-readable timestamp of the last successful update. |
| last_update_ts | integer | Unix epoch seconds of the last successful update. |
| last_started | string | Human-readable timestamp of when the most recent sync run started. |
| last_started_ts | integer | Unix epoch seconds of when the most recent sync run started. |
| last_ended | string | Human-readable timestamp of when the most recent sync run ended. |
| last_ended_ts | integer | Unix epoch seconds of when the most recent sync run ended. |
| next_schedule | string | Human-readable timestamp of the next scheduled sync run. |
| next_schedule_ts | integer | Unix epoch seconds of the next scheduled sync run; may be negative when unscheduled. |
| upstream | string | Upstream source URL the mirror synchronizes from. |
| size | string | Human-readable on-disk size of the mirror. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/tsinghua/main/json-schema/tsinghua-mirror-status-schema.json",
"title": "MirrorStatus",
"description": "Synchronization status for a single mirrored repository served by the Tsinghua TUNA mirror (tunasync).",
"type": "object",
"required": [
"name",
"is_master",
"status",
"last_update",
"last_update_ts",
"last_started",
"last_started_ts",
"last_ended",
"last_ended_ts",
"next_schedule",
"next_schedule_ts",
"upstream",
"size"
],
"properties": {
"name": {
"type": "string",
"description": "Identifier of the mirror."
},
"is_master": {
"type": "boolean",
"description": "Whether this mirror is a master (primary) sync job."
},
"status": {
"type": "string",
"description": "Current synchronization status of the mirror.",
"enum": ["success", "syncing", "failed", "paused"]
},
"last_update": {
"type": "string",
"description": "Human-readable timestamp of the last successful update."
},
"last_update_ts": {
"type": "integer",
"description": "Unix epoch seconds of the last successful update."
},
"last_started": {
"type": "string",
"description": "Human-readable timestamp of when the most recent sync run started."
},
"last_started_ts": {
"type": "integer",
"description": "Unix epoch seconds of when the most recent sync run started."
},
"last_ended": {
"type": "string",
"description": "Human-readable timestamp of when the most recent sync run ended."
},
"last_ended_ts": {
"type": "integer",
"description": "Unix epoch seconds of when the most recent sync run ended."
},
"next_schedule": {
"type": "string",
"description": "Human-readable timestamp of the next scheduled sync run."
},
"next_schedule_ts": {
"type": "integer",
"description": "Unix epoch seconds of the next scheduled sync run; may be negative when unscheduled."
},
"upstream": {
"type": "string",
"description": "Upstream source URL the mirror synchronizes from."
},
"size": {
"type": "string",
"description": "Human-readable on-disk size of the mirror."
}
},
"additionalProperties": false
}
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/tsinghua-mirror-status"
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.