Nus Modulecondensed Structure

JSON Structure for a condensed NUS module entry from the NUSMods API module list (/{acadYear}/moduleList.json).

Type: object Properties: 3 Required: 3
EducationHigher EducationUniversitySingaporeResearchOpen AccessRepository

NusModuleCondensed is a JSON Structure definition published by National University of Singapore, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

moduleCode title semesters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/nus/refs/heads/main/json-structure/nus-modulecondensed-structure.json",
  "name": "NusModuleCondensed",
  "description": "JSON Structure for a condensed NUS module entry from the NUSMods API module list (/{acadYear}/moduleList.json).",
  "type": "object",
  "properties": {
    "moduleCode": { "type": "string" },
    "title": { "type": "string" },
    "semesters": {
      "type": "array",
      "items": { "type": "int32" }
    }
  },
  "required": ["moduleCode", "title", "semesters"]
}