{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Packrift dimensional-weight product record",
  "type": "object",
  "required": [
    "sku",
    "title",
    "length",
    "width",
    "height",
    "weight",
    "dimWeight139Lb"
  ],
  "properties": {
    "sku": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "title": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "family": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "productUrl": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "price": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "inventory": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "weight": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "length": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "width": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "height": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "volumeCuIn": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "cubeCuFt": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "densityLbPerFt3": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "dimWeight139Lb": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "dimWeight166Lb": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "billableWeight139Lb": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "dimLift139Lb": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "dimLiftPct139": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "girth": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "dimStatus": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    },
    "parcelReviewFlags": {
      "type": [
        "string",
        "number",
        "array",
        "null"
      ]
    }
  }
}