Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Jul 17, 2019
1 parent 6bd562a commit dd5b784
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions context.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"definitions": {
"inhoud": {
"allOf": [ { "$ref": "https://opendata.slo.nl/curriculum/schemas/curriculum-doelen/context.json#/definitions/base" } ],
"properties": {
"kerndoel_id": {
"allOf": [
{
"$ref": "https://opendata.slo.nl/curriculum/schemas/curriculum-doelen/context.json#/definitions/uuidArray"
},
{
"items": {
"itemTypeReference": "#/definitions/kerndoel"
}
}
]
}
}
},
"allOf": [ { "$ref": "https://opendata.slo.nl/curriculum/schemas/curriculum-doelen/context.json#/definitions/base" } ],
"properties": {
"kerndoel_id": {
"allOf": [
{
"$ref": "https://opendata.slo.nl/curriculum/schemas/curriculum-doelen/context.json#/definitions/uuidArray"
},
{
"items": {
"itemTypeReference": "#/definitions/kerndoel"
}
}
]
}
}
},
"kerndoel": {
"allOf": [ { "$ref": "https://opendata.slo.nl/curriculum/schemas/curriculum-doelen/context.json#/definitions/base" } ],
"properties": {
Expand Down

0 comments on commit dd5b784

Please sign in to comment.