This repository contains the Examenprogramma curriculum dataset. The dataset is defined by the context.json
JSON Schema file.
git clone https://github.com/slonl/curriculum-examenprogramma.git
cd curriculum-examenprogramma
npm install
git submodule init
git submodule update
You can validate the dataset by running the test command:
npm test