{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "comparison_url": {
      "format": "uri",
      "type": "string"
    },
    "family": {
      "type": "string"
    },
    "product_type": {
      "type": "string"
    },
    "product_url": {
      "format": "uri",
      "type": "string"
    },
    "review_candidates": {
      "type": "array"
    },
    "sku": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  },
  "required": [
    "sku",
    "title",
    "product_url",
    "comparison_url",
    "review_candidates"
  ],
  "title": "Packrift SKU Comparison Record",
  "type": "object"
}
