uottawa.ca JSON:API article resource

Schema for a node--article resource returned by GET https://www.uottawa.ca/en/jsonapi/node/article. Derived by API Evangelist from a live anonymous response captured 2026-09-01; the University of Ottawa publishes no schema for this surface.

UniversityHigher EducationEducationCanadaOntarioBilingualPublic Research UniversityU15Institutional RepositoryResearch DataLibraryCourse CatalogIdentity FederationShibbolethSAMLDSpaceOAI-PMHJSON APIOpen AccessDataCiteCrossrefROR

Properties

Name Type Description
type object
id string
links object
attributes object
relationships object
View JSON Schema on GitHub

JSON Schema

university-of-ottawa-www-jsonapi-article-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-ottawa/main/json-schema/university-of-ottawa-www-jsonapi-article-schema.json",
  "title": "uottawa.ca JSON:API article resource",
  "description": "Schema for a node--article resource returned by GET https://www.uottawa.ca/en/jsonapi/node/article. Derived by API Evangelist from a live anonymous response captured 2026-09-01; the University of Ottawa publishes no schema for this surface.",
  "x-provenance": {
    "generated": "2026-09-01",
    "method": "derived",
    "source": "https://www.uottawa.ca/jsonapi/node/article?page%5Blimit%5D=2",
    "author": "API Evangelist",
    "operator": "institution"
  },
  "type": "object",
  "required": ["type", "id", "attributes"],
  "properties": {
    "type": { "const": "node--article" },
    "id": { "type": "string", "format": "uuid" },
    "links": {
      "type": "object",
      "properties": {
        "self": { "type": "object", "properties": { "href": { "type": "string", "format": "uri" } } }
      }
    },
    "attributes": {
      "type": "object",
      "properties": {
        "drupal_internal__nid": { "type": "integer" },
        "title": { "type": "string" },
        "created": { "type": "string", "format": "date-time" },
        "changed": { "type": "string", "format": "date-time" },
        "status": { "type": "boolean" },
        "langcode": { "type": "string", "enum": ["en", "fr"] },
        "moderation_state": { "type": ["string", "null"] },
        "path": {
          "type": "object",
          "properties": {
            "alias": { "type": "string" },
            "pid": { "type": ["integer", "null"] },
            "langcode": { "type": "string" }
          }
        }
      }
    },
    "relationships": { "type": "object" }
  }
}

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/university-of-ottawa-www-jsonapi-article"
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.