addedInput schema / $schema
Added value: +"http://json-schema.org/draft-07/schema#"
removedInput schema / properties / conditions / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / conditions / default
Removed value: -null
addedInput schema / properties / conditions / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / conditions / type
Added value: +"array"
removedInput schema / properties / interventions / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / interventions / default
Removed value: -null
addedInput schema / properties / interventions / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / interventions / type
Added value: +"array"
changedInput schema / properties / max_studies / description
Previous value: -"Maximum number of studies to return (optimized for discovery)"New value: +"Maximum number of studies to return"
changedInput schema / properties / max_studies / type
Previous value: -"integer"New value: +"number"
removedInput schema / properties / sponsors / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / sponsors / default
Removed value: -null
addedInput schema / properties / sponsors / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / sponsors / type
Added value: +"array"
removedInput schema / properties / terms / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
removedInput schema / properties / terms / default
Removed value: -null
addedInput schema / properties / terms / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / terms / type
Added value: +"array"
changedOutput schema / (root)
Previous value: -{
- "additionalProperties": true,
- "type": "object"
-}New value: +null