addedOutput schema / properties / candidates / items / properties / product / properties / verification
Added value: +{
+ "enum": [
+ "live_page",
+ "dated_snapshot"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / candidates / items / properties / product / properties / verifiedAt
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / catalog_stale_after
Added value: +{
+ "const": "2026-08-19",
+ "type": "string"
+}
changedOutput schema / properties / catalog_updated_at / const
Previous value: -"2026-07-23"New value: +"2026-08-12"
addedOutput schema / properties / inspection_outcomes
Added value: +{
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "error": {
+ "type": "string"
+ },
+ "product": {
+ "additionalProperties": false,
+ "properties": {
+ "availability": {
+ "enum": [
+ "in_stock",
+ "limited",
+ "preorder",
+ "out_of_stock",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "canOrder": {
+ "type": "boolean"
+ },
+ "category": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "evidence": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "label": {
+ "type": "string"
+ },
+ "sourceUrl": {
+ "format": "uri",
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "label",
+ "value"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "type": "string"
+ },
+ "price": {
+ "additionalProperties": false,
+ "properties": {
+ "amount": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "currency": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "amount",
+ "currency"
+ ],
+ "type": "object"
+ },
+ "rating": {
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value"
+ ],
+ "type": "object"
+ },
+ "shipping": {
+ "additionalProperties": false,
+ "properties": {
+ "available": {
+ "type": "boolean"
+ },
+ "cost": {
+ "additionalProperties": false,
+ "properties": {
+ "amount": {
+ "minimum": 0,
+ "type": "number"
+ },
+ "currency": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "amount",
+ "currency"
+ ],
+ "type": "object"
+ },
+ "destination": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "available"
+ ],
+ "type": "object"
+ },
+ "traits": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "url": {
+ "format": "uri",
+ "type": "string"
+ },
+ "verification": {
+ "enum": [
+ "live_page",
+ "dated_snapshot"
+ ],
+ "type": "string"
+ },
+ "verifiedAt": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url"
+ ],
+ "type": "object"
+ },
+ "status": {
+ "enum": [
+ "verified",
+ "invalid_url",
+ "blocked",
+ "timeout",
+ "http_error",
+ "not_product",
+ "failed"
+ ],
+ "type": "string"
+ },
+ "target": {
+ "additionalProperties": false,
+ "properties": {
+ "rank": {
+ "type": "number"
+ },
+ "snippet": {
+ "type": "string"
+ },
+ "source": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "url"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "target",
+ "status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}
changedOutput schema / properties / rejected / items / properties / reason / enum
Previous value: -[
- "invalid_url",
- "duplicate",
- "not_food_buns",
- "non_food_context",
- "non_shopping_content"
-]New value: +[
+ "invalid_url",
+ "duplicate",
+ "not_food_buns",
+ "non_food_context",
+ "non_shopping_content",
+ "unverified"
+]
addedOutput schema / properties / snapshot_products
Added value: +{
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+}
addedOutput schema / properties / status
Added value: +{
+ "enum": [
+ "verified_live",
+ "verified_snapshot",
+ "no_verified_candidates"
+ ],
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "request",
- "scoring_model",
- "minion_verdict",
- "plain_english",
- "candidates",
- "rejected",
- "provider",
- "query",
- "searched_at",
- "inspected_products"
-]New value: +[
+ "status",
+ "request",
+ "scoring_model",
+ "minion_verdict",
+ "plain_english",
+ "candidates",
+ "rejected",
+ "provider",
+ "query",
+ "searched_at",
+ "inspected_products",
+ "snapshot_products",
+ "inspection_outcomes"
+]