Skip to content

Commit

Permalink
updated submodules
Browse files Browse the repository at this point in the history
added missing examenprogramma_body definition in context.json
updated readme.md with the correct repository name and instructions
  • Loading branch information
poef committed Jun 20, 2019
1 parent c8e0da6 commit 729f1fb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# curriculum-examenprogramma: SLO Curriculum Examenprogramma dataset

This repository contains the core curriculum dataset. The dataset is defined by the ontext.json JSON Schema file.
This repository contains the Examenprogramma curriculum dataset. The dataset is defined by the `context.json` JSON Schema file.

## installation

```
git clone https://github.com/slonl/curriculum-doelen
cd curriculum-doelen
git clone https://github.com/slonl/curriculum-examenprogramma.git
cd curriculum-examenprogramma
npm install
git submodule init
git submodule update
Expand Down
17 changes: 17 additions & 0 deletions context.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,23 @@
]
}
}
},
"examenprogramma_body": {
"allOf": [ { "$ref":"https://opendata.slo.nl/curriculum/schemas/curriculum-doelen/context.json#/definitions/base" } ],
"properties": {
"tag_id": {
"allOf": [
{
"$ref": "https://opendata.slo.nl/curriculum/schemas/curriculum-doelen/context.json#/definitions/uuidArray"
},
{
"items": {
"itemTypeReference": "#/definitions/tag"
}
}
]
}
}
}
},
"$id": "https://opendata.slo.nl/curriculum/schemas/curriculum-examenprogramma/context.json",
Expand Down
2 changes: 1 addition & 1 deletion curriculum-doelen

0 comments on commit 729f1fb

Please sign in to comment.