{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Packrift Packaging Taxonomy Atlas",
  "type": "object",
  "properties": {
    "sku": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "title": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "family_label": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "product_type": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "google_product_category": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "product_url": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "price": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "inventory": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "weight_lb": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "length_in": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "width_in": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "height_in": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "price_band": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "weight_band": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "dimension_band": {
      "type": [
        "string",
        "number",
        "null"
      ]
    },
    "inventory_band": {
      "type": [
        "string",
        "number",
        "null"
      ]
    }
  }
}
