University of Auckland ClassModel

Derived from components.schemas.ClassModel in the University of Auckland Classes Api V2 OpenAPI 3.1.0, as published in the University's own Kong developer portal.

UniversityHigher EducationEducationNew ZealandPublic Research UniversityUniversitas 21Course CatalogStudent RecordsResearch DataResearch RepositoryIdentity FederationOAI-PMH

Properties

Name Type Description
acadCareer string
acadGroup string
acadOrg string
associatedClassNbr string
campus string
catalogNbr string
catalogPrint string
classNbr string
classDescr string
classStatus string
classType string
classNotes array
classRequirement string
classSection string
combinedSectionId string
component string
consent string
dropConsent string
crseId string
crseOfferNbr integer
startDate string
endDate string
enrolCap integer
enrolTotal integer
gradingBasis string
instructorMode string
meetingPatterns array
points number
session string
visible boolean
status string
subject string
term string
termDescription string
text array
year integer
View JSON Schema on GitHub

JSON Schema

university-of-auckland-class-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-auckland/main/json-schema/university-of-auckland-class-schema.json",
  "title": "University of Auckland ClassModel",
  "description": "Derived from components.schemas.ClassModel in the University of Auckland Classes Api V2 OpenAPI 3.1.0, as published in the University's own Kong developer portal.",
  "x-generated": "2026-08-30",
  "x-method": "derived",
  "x-source": "https://developer.auckland.ac.nz/prd/documentation/api-classes-v2",
  "x-operator": "institution",
  "type": "object",
  "properties": {
    "acadCareer": {
      "type": "string"
    },
    "acadGroup": {
      "type": "string"
    },
    "acadOrg": {
      "type": "string"
    },
    "associatedClassNbr": {
      "type": "string"
    },
    "campus": {
      "type": "string"
    },
    "catalogNbr": {
      "type": "string"
    },
    "catalogPrint": {
      "type": "string"
    },
    "classNbr": {
      "type": "string"
    },
    "classDescr": {
      "type": "string"
    },
    "classStatus": {
      "type": "string"
    },
    "classType": {
      "type": "string"
    },
    "classNotes": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "classRequirement": {
      "type": "string"
    },
    "classSection": {
      "type": "string"
    },
    "combinedSectionId": {
      "type": "string"
    },
    "component": {
      "type": "string"
    },
    "consent": {
      "type": "string"
    },
    "dropConsent": {
      "type": "string"
    },
    "crseId": {
      "type": "string"
    },
    "crseOfferNbr": {
      "type": "integer",
      "format": "int32"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "enrolCap": {
      "type": "integer",
      "format": "int32"
    },
    "enrolTotal": {
      "type": "integer",
      "format": "int32"
    },
    "gradingBasis": {
      "type": "string"
    },
    "instructorMode": {
      "type": "string"
    },
    "meetingPatterns": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/MeetingPattern"
      }
    },
    "points": {
      "type": "number"
    },
    "session": {
      "type": "string"
    },
    "visible": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "term": {
      "type": "string"
    },
    "termDescription": {
      "type": "string"
    },
    "text": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "year": {
      "type": "integer",
      "format": "int32"
    }
  },
  "$defs": {
    "ClassesList": {
      "type": "object",
      "properties": {
        "data": {
          "type": "array",
          "items": {
            "$ref": "#/$defs/ClassModel"
          }
        },
        "total": {
          "type": "integer",
          "format": "int64"
        },
        "empty": {
          "type": "boolean"
        },
        "_links": {
          "$ref": "#/$defs/Links"
        }
      }
    },
    "MeetingPattern": {
      "type": "object",
      "properties": {
        "startDate": {
          "type": "string"
        },
        "endDate": {
          "type": "string"
        },
        "startTime": {
          "type": "string"
        },
        "endTime": {
          "type": "string"
        },
        "location": {
          "type": "string"
        },
        "daysOfWeek": {
          "type": "string"
        },
        "meetingNumber": {
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "Link": {
      "type": "object",
      "properties": {
        "href": {
          "type": "string"
        },
        "hreflang": {
          "type": "string"
        },
        "title": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "deprecation": {
          "type": "string"
        },
        "profile": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "templated": {
          "type": "boolean"
        }
      }
    },
    "Links": {
      "type": "object",
      "additionalProperties": {
        "$ref": "#/$defs/Link"
      }
    }
  }
}

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-auckland-class"
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.