{
  "properties": {
    "dimensions_status": {
      "type": "string"
    },
    "family": {
      "type": "string"
    },
    "google_product_category": {
      "type": "string"
    },
    "handle": {
      "type": "string"
    },
    "image_status": {
      "type": "string"
    },
    "inventory": {
      "type": "integer"
    },
    "inventory_band": {
      "type": "string"
    },
    "price": {
      "type": [
        "number",
        "null"
      ]
    },
    "price_band": {
      "type": "string"
    },
    "product_type": {
      "type": "string"
    },
    "product_url": {
      "type": "string"
    },
    "rank": {
      "type": "integer"
    },
    "rank_band": {
      "type": "string"
    },
    "sku": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "source_release_id": {
      "type": "string"
    },
    "source_row_hash": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  },
  "required": [
    "rank",
    "sku",
    "title",
    "product_url"
  ],
  "type": "object"
}
