changedOutput schema / additionalProperties
Previous value: -falseNew value: +true
removedOutput schema / properties / canonical_follow_url
Removed value: -{
- "format": "uri",
- "type": "string"
-}
removedOutput schema / properties / catalogVersion
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / catalog_version
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / engineVersion
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / error
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "code": {
- "enum": [
- "invalid_arguments",
- "insufficient_data"
- ],
- "type": "string"
- },
- "message": {
- "type": "string"
- },
- "retryable": {
- "type": "boolean"
- },
- "scope": {
- "const": "request"
- }
- },
- "required": [
- "code",
- "message",
- "scope",
- "retryable"
- ],
- "type": "object"
-}
changedOutput schema / properties / matches / items / additionalProperties
Previous value: -falseNew value: +true
removedOutput schema / properties / matches / items / properties / brand
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / matches / items / properties / compat_air_id
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / matches / items / properties / ean
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / matches / items / properties / label
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / matches / items / properties / model
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / matches / items / properties / mpn
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / matches / items / properties / slug
Removed value: -{
- "type": "string"
-}
changedOutput schema / properties / matches / items / required
Previous value: -[
- "compat_air_id",
- "type",
- "id",
- "slug",
- "brand",
- "model",
- "canonical_url"
-]New value: +[
+ "id",
+ "type",
+ "match_confidence",
+ "canonical_url"
+]
removedOutput schema / properties / method_version
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / observed_at
Removed value: -{
- "format": "date",
- "type": "string"
-}
removedOutput schema / properties / product_urls
Removed value: -{
- "items": {
- "format": "uri",
- "type": "string"
- },
- "type": "array",
- "uniqueItems": true
-}
removedOutput schema / properties / source_urls
Removed value: -{
- "items": {
- "format": "uri",
- "type": "string"
- },
- "type": "array",
- "uniqueItems": true
-}
removedOutput schema / properties / verdict_schema_version
Removed value: -{
- "const": "2.0.0"
-}
changedOutput schema / required
Previous value: -[
- "verdict",
- "verdict_scope",
- "verdict_schema_version",
- "canonical_url",
- "product_urls",
- "source_urls",
- "method_version",
- "catalog_version",
- "observed_at",
- "limitations",
- "next_actions",
- "catalogVersion",
- "engineVersion"
-]New value: +[
+ "verdict",
+ "verdict_scope",
+ "canonical_url",
+ "limitations",
+ "next_actions"
+]