{
  "service": "Catalog review artifact. Not import-ready.",
  "sourceDataRows": 4,
  "reviewedDataRows": 3,
  "exactDuplicateRowsRemoved": 1,
  "exactRowRemovals": [
    {
      "sourceRow": 3,
      "duplicateOfSourceRow": 2
    }
  ],
  "changes": [
    {
      "sourceRow": 2,
      "field": "Product title",
      "before": " Canvas tote ",
      "after": "Canvas tote",
      "appliedRules": [
        "trim"
      ]
    },
    {
      "sourceRow": 2,
      "field": "Vendor",
      "before": " north coast goods ",
      "after": "North Coast Goods",
      "appliedRules": [
        "trim",
        "title_case"
      ]
    },
    {
      "sourceRow": 2,
      "field": "Product type",
      "before": "ACCESSORIES",
      "after": "Accessories",
      "appliedRules": [
        "title_case"
      ]
    },
    {
      "sourceRow": 4,
      "field": "Vendor",
      "before": "north coast goods",
      "after": "North Coast Goods",
      "appliedRules": [
        "title_case"
      ]
    },
    {
      "sourceRow": 4,
      "field": "Product type",
      "before": "BATH",
      "after": "Bath",
      "appliedRules": [
        "title_case"
      ]
    },
    {
      "sourceRow": 5,
      "field": "Vendor",
      "before": "north coast goods",
      "after": "North Coast Goods",
      "appliedRules": [
        "title_case"
      ]
    },
    {
      "sourceRow": 5,
      "field": "Product type",
      "before": "HOME",
      "after": "Home",
      "appliedRules": [
        "title_case"
      ]
    }
  ],
  "preservedOriginalSha256": "c8304a2bcef22e3a49776539ab5f36cbbe330dfc5f1a101b3034303329a88c96",
  "formulaLikeValuesNeedSafeReview": 0,
  "issues": [
    {
      "sourceRow": 3,
      "field": null,
      "code": "exact_duplicate_row_removed",
      "detail": "Exact duplicate of source row 2."
    },
    {
      "sourceRow": 4,
      "field": "Price",
      "code": "invalid_price",
      "detail": "Price is not a non-negative number with up to two decimal places. Value was preserved."
    },
    {
      "sourceRow": 4,
      "field": "Public image URL",
      "code": "missing_public_image_url",
      "detail": "Public image URL is blank."
    },
    {
      "sourceRow": 2,
      "field": "SKU",
      "code": "duplicate_sku",
      "detail": "SKU \"00123\" also appears on source row(s) 5."
    },
    {
      "sourceRow": 5,
      "field": "SKU",
      "code": "duplicate_sku",
      "detail": "SKU \"00123\" also appears on source row(s) 2."
    }
  ]
}
