University of Warsaw · Schema
Student Portal 4EU+ Tutorial
JSON Schema for a Student Portal 4EU+ tutorial object as returned by GET /api/v1/Tutorial on api.sp4eu.uw.edu.pl.
EducationHigher EducationUniversityPolandEurope4EU+ AllianceAcademic DataCourse CatalogResearch DataResearch RepositoryIdentity FederationLibraryOpen Data
Properties
| Name | Type | Description |
|---|---|---|
| tutorialId | string | |
| tutorialCode | string | |
| isPublished | boolean | |
| providedBy | array | |
| publishedBy | string | |
| creationTime | string | |
| title | string | |
| category | string | |
| languages | array | |
| level | string | |
| duration | string | |
| url | string | |
| isFree | boolean | |
| description | string | |
| cfTitle | string | |
| cfKeyw | array |
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-sp4eu-tutorial-schema.json",
"title": "Student Portal 4EU+ Tutorial",
"description": "JSON Schema for a Student Portal 4EU+ tutorial object as returned by GET /api/v1/Tutorial on api.sp4eu.uw.edu.pl.",
"x-provenance": {
"generated": "2026-09-01",
"method": "derived",
"source": "openapi/university-of-warsaw-sp4eu-api-openapi.yml",
"x-operator": "institution",
"evidence": "components.schemas.Sp4euTutorialResponse of the service's own OpenAPI at https://api.sp4eu.uw.edu.pl/v3/api-docs"
},
"type": "object",
"properties": {
"tutorialId": {
"type": "string"
},
"tutorialCode": {
"type": "string"
},
"isPublished": {
"type": "boolean"
},
"providedBy": {
"type": "array",
"items": {
"type": "string",
"enum": [
"CUNI",
"UAH",
"SU",
"KU",
"UNIMI",
"UW",
"UNIGE",
"PARIS_2"
]
}
},
"publishedBy": {
"type": "string",
"enum": [
"CUNI",
"UAH",
"SU",
"KU",
"UNIMI",
"UW",
"UNIGE",
"PARIS_2"
]
},
"creationTime": {
"type": "string"
},
"title": {
"type": "string"
},
"category": {
"type": "string",
"enum": [
"SelfOrganization",
"OnlineLearning",
"CulturalAwareness",
"GroupDynamics",
"HandlingConflicts"
]
},
"languages": {
"type": "array",
"items": {
"type": "string"
}
},
"level": {
"type": "string",
"enum": [
"BASIC",
"MEDIUM",
"ADVANCED"
]
},
"duration": {
"type": "string"
},
"url": {
"type": "string"
},
"isFree": {
"type": "boolean"
},
"description": {
"type": "string"
},
"cfTitle": {
"type": "string",
"deprecated": true
},
"cfKeyw": {
"type": "array",
"deprecated": true,
"items": {
"type": "string",
"deprecated": true
}
}
}
}
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-sp4eu-tutorial"
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.