changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "error": {
+ "description": "Machine-readable error code (only present on failures)",
+ "type": "string"
+ },
+ "message": {
+ "description": "Human-readable explanation of the failure",
+ "type": "string"
+ },
+ "next_steps": {
+ "description": "Suggested follow-up actions",
+ "type": "string"
+ },
+ "scanned_listings": {
+ "description": "Number of products found in the sitemap",
+ "type": "integer"
+ },
+ "seasonal_context": {
+ "description": "Retail shoot windows currently open or urgent",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "store": {
+ "description": "Normalized store host that was audited",
+ "type": "string"
+ },
+ "summary": {
+ "additionalProperties": true,
+ "description": "Issue counts: stale_photos, season_mismatches, calendar_opportunities, total_work_orders, estimated_credits_to_fix_all",
+ "type": "object"
+ },
+ "work_orders": {
+ "description": "Per-listing findings with a pre-filled create_tryon_job fix block",
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "work_orders_truncated": {
+ "description": "True when more work orders exist than shown",
+ "type": "boolean"
+ }
+ },
+ "type": "object"
+}