removedInput schema / properties / course_id / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / course_id / oneOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / course_id / title
Removed value: -"Course Id"
removedInput schema / properties / detail / title
Removed value: -"Detail"
removedInput schema / properties / kind / anyOf
Removed value: -[
- {
- "enum": [
- "course",
- "resource",
- "assignment",
- "event",
- "announcement",
- "service"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / kind / oneOf
Added value: +[
+ {
+ "enum": [
+ "course",
+ "resource",
+ "assignment",
+ "event",
+ "announcement",
+ "service"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / kind / title
Removed value: -"Kind"
removedInput schema / properties / limit / title
Removed value: -"Limit"
removedInput schema / properties / offset / title
Removed value: -"Offset"
removedInput schema / properties / query / title
Removed value: -"Query"
removedInput schema / title
Removed value: -"study_searchArguments"