SADVR Reference Resource Envelope
Response shape of the Université de Montréal SADVR /ressource/* family — the controlled vocabularies (faculties, departments, job titles, programmes, study domains, disciplines, languages, research-unit types) used to filter the identifier services. Contains no personal data.
Properties
| Name | Type | Description |
|---|---|---|
| data | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/universite-de-montreal/refs/heads/main/json-schema/universite-de-montreal-sadvr-ressource-schema.json",
"title": "SADVR Reference Resource Envelope",
"description": "Response shape of the Université de Montréal SADVR /ressource/* family — the controlled vocabularies (faculties, departments, job titles, programmes, study domains, disciplines, languages, research-unit types) used to filter the identifier services. Contains no personal data.",
"x-provenance": {
"generated": "2026-08-30",
"method": "derived",
"source": "openapi/universite-de-montreal-sadvr-openapi.yml",
"confirmed_by": "live responses probed 2026-08-30 from https://www.recherche.umontreal.ca/vitrine/rest/api/1.8/umontreal/ressource/*",
"x-operator": "institution"
},
"type": "object",
"required": ["data"],
"properties": {
"data": {
"type": "array",
"items": {
"anyOf": [
{ "$ref": "#/$defs/CodeSadItem" },
{ "$ref": "#/$defs/IdNomItem" },
{ "$ref": "#/$defs/IdNomsItem" },
{ "$ref": "#/$defs/FonctionItem" },
{ "$ref": "#/$defs/ProgrammeItem" },
{ "$ref": "#/$defs/LangueItem" }
]
}
}
},
"additionalProperties": false,
"$defs": {
"NomTraduit": {
"type": "object",
"required": ["codeLangue", "nom"],
"properties": {
"codeLangue": { "type": "string", "enum": ["fre", "eng"] },
"nom": { "type": "string" }
}
},
"CodeSadItem": {
"type": "object",
"description": "Faculty, department or administrative unit keyed by its SAD code.",
"required": ["codeSad", "nom"],
"properties": {
"codeSad": { "type": "string", "examples": ["03", "0337"] },
"nom": { "type": "string", "examples": ["Faculté des arts et des sciences"] }
}
},
"IdNomItem": {
"type": "object",
"description": "Study domain, keyed by a numeric identifier with a single French label.",
"required": ["id", "nom"],
"properties": {
"id": { "type": "string" },
"nom": { "type": "string" }
}
},
"IdNomsItem": {
"type": "object",
"description": "Discipline or research-unit type, carrying French and English labels.",
"required": ["id", "noms"],
"properties": {
"id": { "type": "string" },
"noms": { "type": "array", "items": { "$ref": "#/$defs/NomTraduit" } }
}
},
"FonctionItem": {
"type": "object",
"description": "Job title, carried in masculine and feminine French forms.",
"required": ["codeSad", "nomM", "nomF"],
"properties": {
"codeSad": { "type": "string", "examples": ["42001"] },
"nomM": { "type": "string" },
"nomF": { "type": "string" }
}
},
"ProgrammeItem": {
"type": "object",
"description": "Study programme, keyed by SAD number.",
"required": ["noSad", "nom"],
"properties": {
"noSad": { "type": "string" },
"nom": { "type": "string" }
}
},
"LangueItem": {
"type": "object",
"description": "Spoken or written language, keyed by ISO 639-2 three-letter code.",
"required": ["id", "code", "oral", "ecrit", "noms"],
"properties": {
"id": { "type": "string" },
"code": { "type": "string", "minLength": 3, "maxLength": 3 },
"oral": { "type": "boolean" },
"ecrit": { "type": "boolean" },
"noms": { "type": "array", "items": { "$ref": "#/$defs/NomTraduit" } }
}
}
}
}
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
curl "https://apis.io/api/v1/json-schemas/universite-de-montreal-sadvr-ressource"
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.