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"
-}
removedOutput schema / properties / method_version
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / nextCursor
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / observed_at
Removed value: -{
- "format": "date",
- "type": "string"
-}
removedOutput schema / properties / offerSnapshotVersion
Removed value: -{
- "type": "string"
-}
changedOutput schema / properties / offers / items / additionalProperties
Previous value: -falseNew value: +true
removedOutput schema / properties / offers / items / properties
Removed value: -{
- "availability": {
- "enum": [
- "in_stock",
- "out_of_stock",
- "preorder",
- "unknown"
- ],
- "type": "string"
- },
- "collectedAt": {
- "type": "string"
- },
- "id": {
- "type": "string"
- },
- "identifiers": {
- "additionalProperties": false,
- "properties": {
- "ean": {
- "type": "string"
- },
- "gtin": {
- "type": "string"
- },
- "mpn": {
- "type": "string"
- }
- },
- "required": [],
- "type": "object"
- },
- "imageUrl": {
- "format": "uri",
- "type": "string"
- },
- "merchantId": {
- "type": "string"
- },
- "merchantProductId": {
- "type": "string"
- },
- "priceEur": {
- "type": "number"
- },
- "productId": {
- "type": "string"
- },
- "productName": {
- "type": "string"
- },
- "shippingEur": {
- "type": "number"
- },
- "sourceChecksum": {
- "type": "string"
- },
- "sourceId": {
- "type": "string"
- },
- "url": {
- "format": "uri",
- "type": "string"
- }
-}
removedOutput schema / properties / offers / items / required
Removed value: -[
- "id",
- "productId",
- "url"
-]
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"
+]