University of Warsaw · Schema
USOS Faculty
JSON Schema for a University of Warsaw USOS API faculty / organizational unit object (services/fac/faculty). Derived from the live USOS API machine-readable reference.
EducationHigher EducationUniversityPolandEurope4EU+ AllianceAcademic DataCourse CatalogResearch DataResearch RepositoryIdentity FederationLibraryOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The ID of the faculty. |
| name | object | A LangDict object with the name of the faculty. |
| profile_url | string | Faculty's USOSweb URL. |
| homepage_url | stringnull | Faculty's home page URL. |
| phone_numbers | array | List of phone number strings (undocumented format). |
| phone_numbers2 | array | List of structured phone number objects. |
| postal_address | stringnull | Short plain-text postal address, or null if unknown. |
| stringnull | Faculty's email address. | |
| is_public | boolean | Whether the faculty is public. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-warsaw/main/json-schema/university-of-warsaw-faculty-schema.json",
"title": "USOS Faculty",
"description": "JSON Schema for a University of Warsaw USOS API faculty / organizational unit object (services/fac/faculty). Derived from the live USOS API machine-readable reference.",
"type": "object",
"properties": {
"id": { "type": "string", "description": "The ID of the faculty." },
"name": { "$ref": "#/$defs/LangDict", "description": "A LangDict object with the name of the faculty." },
"profile_url": { "type": "string", "format": "uri", "description": "Faculty's USOSweb URL." },
"homepage_url": { "type": ["string", "null"], "format": "uri", "description": "Faculty's home page URL." },
"phone_numbers": {
"type": "array",
"description": "List of phone number strings (undocumented format).",
"items": { "type": "string" }
},
"phone_numbers2": {
"type": "array",
"description": "List of structured phone number objects.",
"items": {
"type": "object",
"properties": {
"comment": { "type": ["string", "null"] },
"number": { "type": "string" },
"type": { "type": "string" }
}
}
},
"postal_address": { "type": ["string", "null"], "description": "Short plain-text postal address, or null if unknown." },
"email": { "type": ["string", "null"], "format": "email", "description": "Faculty's email address." },
"is_public": { "type": "boolean", "description": "Whether the faculty is public." }
},
"required": ["id"],
"$defs": {
"LangDict": {
"type": "object",
"properties": {
"pl": { "type": "string" },
"en": { "type": "string" }
}
}
}
}
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/university-of-warsaw-faculty"
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.