{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "family": {
      "type": "string"
    },
    "guide_handle": {
      "type": "string"
    },
    "guide_title": {
      "type": "string"
    },
    "guide_url": {
      "format": "uri",
      "type": "string"
    },
    "product_title": {
      "type": "string"
    },
    "product_type": {
      "type": "string"
    },
    "product_url": {
      "format": "uri",
      "type": "string"
    },
    "sku": {
      "type": "string"
    }
  },
  "required": [
    "guide_handle",
    "guide_url",
    "sku",
    "product_url"
  ],
  "title": "Packrift Guide-to-SKU Evidence Edge",
  "type": "object"
}
