addedInput schema / properties / limit / maximum
Added value: +25
addedInput schema / properties / limit / minimum
Added value: +1
changedInput schema / properties / max_score / anyOf
Previous value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
changedInput schema / properties / min_score / anyOf
Previous value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 100,
+ "minimum": 0,
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
addedInput schema / properties / offset / maximum
Added value: +9007199254740991
addedInput schema / properties / offset / minimum
Added value: +0
addedInput schema / properties / snapshot_version
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Snapshot Version"
+}
changedInput schema / properties / year / anyOf
Previous value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "maximum": 2200,
+ "minimum": 1900,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / OfferPrice / properties / amount / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "number"
- }
-]
addedOutput schema / $defs / OfferPrice / properties / amount / exclusiveMinimum
Added value: +0
addedOutput schema / $defs / OfferPrice / properties / amount / type
Added value: +"number"