Tongji University · Schema

Tongji University Open Platform Reference Metadata Code Table

The shape shared by the thirteen anonymously callable reference-metadata interfaces: the envelope with `data` as an array of code-table rows. Every row pairs a code field with a name field; several also carry isUseCode/isUseName active flags and update timestamps. Derived from the thirteen live responses captured 2026-09-01.

UniversityHigher EducationEducationChinaShanghaiDouble First-ClassOpen PlatformCampus DataIdentity FederationResearch DataLibraryCourse CatalogReference Data

Properties

Name Type Description
code object
msg string
data array
View JSON Schema on GitHub

JSON Schema

tongji-reference-metadata-code-table.json Raw ↑
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "$id": "https://raw.githubusercontent.com/api-evangelist/tongji/refs/heads/main/json-schema/tongji-reference-metadata-code-table.json",
 "title": "Tongji University Open Platform Reference Metadata Code Table",
 "description": "The shape shared by the thirteen anonymously callable reference-metadata interfaces: the envelope with `data` as an array of code-table rows. Every row pairs a code field with a name field; several also carry isUseCode/isUseName active flags and update timestamps. Derived from the thirteen live responses captured 2026-09-01.",
 "x-provenance": {
  "generated": "2026-09-01",
  "method": "derived",
  "source": "Thirteen live unauthenticated responses from https://api.tongji.edu.cn/v1/metadata/ and /v2/metadata/, captured 2026-09-01",
  "x-operator": "institution"
 },
 "type": "object",
 "required": [
  "code",
  "data",
  "msg"
 ],
 "properties": {
  "code": {
   "const": "A00000"
  },
  "msg": {
   "type": "string"
  },
  "data": {
   "type": "array",
   "items": {
    "type": "object",
    "minProperties": 2,
    "description": "One code-table row. Field names are interface-specific (sexCode/sexName, techJobCode/techJobName, accomBuildingCode/accomBuildingName, …).",
    "additionalProperties": {
     "type": [
      "string",
      "integer",
      "boolean",
      "null"
     ]
    }
   }
  }
 }
}

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/tongji-reference-metadata-code-table"
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.