{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Packrift Shipping Dimensional Profile Atlas",
  "type": "object",
  "required": [
    "sku",
    "title",
    "product_url",
    "profile_score",
    "profile_band"
  ],
  "properties": {
    "sku": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "title": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "family": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "product_type": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "product_url": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "source_row_hash": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "offer_id": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "price": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "inventory": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "weight_value": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "weight_unit": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "length_in": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "width_in": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "height_in": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "cubic_volume_in": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "dimensional_weight_lb_139": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "longest_side_in": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "cube_volume_band": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "dimensional_weight_band": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "physical_weight_band": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "image_status": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "primary_image_url": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "google_product_category": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "profile_band": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "profile_score": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "profile_max_score": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "dimension_source": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "category_status": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "price_band": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "inventory_band": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    },
    "signals": {
      "type": [
        "string",
        "number",
        "object",
        "null"
      ]
    }
  }
}