{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "carrier": {
      "type": "string"
    },
    "delivery_bucket": {
      "type": "string"
    },
    "dest_zone": {
      "type": "string"
    },
    "dimensions_status": {
      "type": "string"
    },
    "family": {
      "type": "string"
    },
    "freight_band": {
      "type": "string"
    },
    "merchant_availability": {
      "type": "string"
    },
    "origin_code": {
      "type": "string"
    },
    "product_type": {
      "type": "string"
    },
    "product_url": {
      "type": "string"
    },
    "route_class": {
      "type": "string"
    },
    "route_label": {
      "type": "string"
    },
    "service": {
      "type": "string"
    },
    "sku": {
      "type": "string"
    },
    "source_row_hash": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  },
  "required": [
    "sku",
    "dest_zone",
    "origin_code",
    "freight_band",
    "route_class"
  ],
  "title": "Packrift Freight Readiness Observation",
  "type": "object"
}
