removedInput schema / properties / date_from / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / date_from / type
Added value: +"string"
removedInput schema / properties / date_to / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / date_to / type
Added value: +"string"
addedInput schema / properties / metadata_filters / additionalProperties
Added value: +true
removedInput schema / properties / metadata_filters / anyOf
Removed value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / metadata_filters / type
Added value: +"object"
removedInput schema / properties / query / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / query / type
Added value: +"string"
removedInput schema / properties / tags_all / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / tags_all / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / tags_all / type
Added value: +"array"
removedInput schema / properties / tags_any / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / tags_any / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / tags_any / type
Added value: +"array"
removedInput schema / properties / tags_none / anyOf
Removed value: -[
- {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / tags_none / items
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / tags_none / type
Added value: +"array"