Skip to content

Commit e0b8abf

Browse files
committed
Update eduXchange profile (make consumers required)
1 parent c788aab commit e0b8abf

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

profiles/eduxchange.openapi.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2823,7 +2823,8 @@
28232823
"description",
28242824
"teachingLanguage",
28252825
"level",
2826-
"studyLoad"
2826+
"studyLoad",
2827+
"consumers"
28272828
],
28282829
"properties": {
28292830
"primaryCode": {
@@ -3256,7 +3257,8 @@
32563257
"description",
32573258
"teachingLanguage",
32583259
"level",
3259-
"studyLoad"
3260+
"studyLoad",
3261+
"consumers"
32603262
],
32613263
"properties": {
32623264
"primaryCode": {
@@ -4093,7 +4095,8 @@
40934095
"teachingLanguage",
40944096
"resultExpected",
40954097
"startDate",
4096-
"endDate"
4098+
"endDate",
4099+
"consumers"
40974100
]
40984101
}
40994102
]
@@ -4222,7 +4225,8 @@
42224225
"teachingLanguage",
42234226
"resultExpected",
42244227
"startDate",
4225-
"endDate"
4228+
"endDate",
4229+
"consumers"
42264230
]
42274231
}
42284232
]

0 commit comments

Comments
 (0)