{
  "profile": "data-package",
  "name": "packrift-flex-fit-lab-scenario-index",
  "title": "Packrift Flex Packaging Fit Lab Scenario Index",
  "description": "Reference dataset for Packrift ecommerce packaging fit scenarios, including segment, order profile, modeled recommendation, billable-weight delta, utilization, and pilot-ready scenario URL.",
  "homepage": "https://packrift-flex-packaging-fit-lab.vercel.app/scenario-library.html",
  "created": "2026-05-20",
  "contributors": [
    {
      "title": "Packrift",
      "path": "https://packrift.com/",
      "role": "publisher"
    }
  ],
  "sources": [
    {
      "title": "Packrift Flex Packaging Fit Lab",
      "path": "https://packrift-flex-packaging-fit-lab.vercel.app/"
    }
  ],
  "licenses": [
    {
      "name": "LicenseRef-Packrift-Reference-Only",
      "title": "Reference-only Packrift scenario data; no separate open-data license is granted."
    }
  ],
  "resources": [
    {
      "name": "scenario-index-csv",
      "path": "https://packrift-flex-packaging-fit-lab.vercel.app/data/scenario-index.csv",
      "format": "csv",
      "mediatype": "text/csv",
      "schema": {
        "fields": [
          {
            "name": "slug",
            "type": "string",
            "description": "Stable scenario slug used in HTML and data URLs."
          },
          {
            "name": "title",
            "type": "string",
            "description": "Human-readable scenario title."
          },
          {
            "name": "segment",
            "type": "string",
            "description": "Ecommerce packaging segment represented by the scenario."
          },
          {
            "name": "variant",
            "type": "string",
            "description": "Decision lens applied to the segment."
          },
          {
            "name": "buyer",
            "type": "string",
            "description": "Likely operator or buyer role for the scenario."
          },
          {
            "name": "intent",
            "type": "string",
            "description": "Decision question the scenario is intended to screen."
          },
          {
            "name": "monthly_orders",
            "type": "integer",
            "description": "Modeled monthly order count."
          },
          {
            "name": "order_quantity",
            "type": "integer",
            "description": "Units in the modeled order."
          },
          {
            "name": "item_length_in",
            "type": "number",
            "description": "Modeled item length in inches."
          },
          {
            "name": "item_width_in",
            "type": "number",
            "description": "Modeled item width in inches."
          },
          {
            "name": "item_height_in",
            "type": "number",
            "description": "Modeled item height in inches after variant adjustment."
          },
          {
            "name": "item_weight_lb",
            "type": "number",
            "description": "Modeled item weight in pounds per unit."
          },
          {
            "name": "current_package",
            "type": "string",
            "description": "Current packaging baseline label."
          },
          {
            "name": "recommended_package",
            "type": "string",
            "description": "Package model selected by the screening calculation."
          },
          {
            "name": "current_cost_per_order_usd",
            "type": "number",
            "description": "Modeled cost per order for the current package."
          },
          {
            "name": "recommended_cost_per_order_usd",
            "type": "number",
            "description": "Modeled cost per order for the recommended package."
          },
          {
            "name": "annual_impact_usd",
            "type": "number",
            "description": "Annualized modeled savings or added cost versus the current package."
          },
          {
            "name": "current_billable_weight_lb",
            "type": "number",
            "description": "Modeled billable weight for the current package."
          },
          {
            "name": "recommended_billable_weight_lb",
            "type": "number",
            "description": "Modeled billable weight for the recommended package."
          },
          {
            "name": "billable_weight_delta_lb",
            "type": "number",
            "description": "Recommended billable weight minus current billable weight."
          },
          {
            "name": "current_utilization",
            "type": "number",
            "description": "Modeled occupied volume divided by current package cube."
          },
          {
            "name": "recommended_utilization",
            "type": "number",
            "description": "Modeled occupied volume divided by recommended package cube."
          },
          {
            "name": "damage_rate_delta_points",
            "type": "number",
            "description": "Recommended damage-rate reserve minus current damage-rate reserve in percentage points."
          },
          {
            "name": "recommendation_status",
            "type": "string",
            "description": "Short guardrail or reason attached to the recommendation."
          },
          {
            "name": "scenario_url",
            "type": "string",
            "description": "Canonical public HTML page for the scenario."
          },
          {
            "name": "calculator_url",
            "type": "string",
            "description": "Live calculator URL with scenario assumptions encoded in query parameters."
          }
        ]
      }
    },
    {
      "name": "scenario-index-jsonl",
      "path": "https://packrift-flex-packaging-fit-lab.vercel.app/data/scenario-index.jsonl",
      "format": "jsonl",
      "mediatype": "application/x-ndjson",
      "schema": {
        "fields": [
          {
            "name": "slug",
            "type": "string",
            "description": "Stable scenario slug used in HTML and data URLs."
          },
          {
            "name": "title",
            "type": "string",
            "description": "Human-readable scenario title."
          },
          {
            "name": "segment",
            "type": "string",
            "description": "Ecommerce packaging segment represented by the scenario."
          },
          {
            "name": "variant",
            "type": "string",
            "description": "Decision lens applied to the segment."
          },
          {
            "name": "buyer",
            "type": "string",
            "description": "Likely operator or buyer role for the scenario."
          },
          {
            "name": "intent",
            "type": "string",
            "description": "Decision question the scenario is intended to screen."
          },
          {
            "name": "monthly_orders",
            "type": "integer",
            "description": "Modeled monthly order count."
          },
          {
            "name": "order_quantity",
            "type": "integer",
            "description": "Units in the modeled order."
          },
          {
            "name": "item_length_in",
            "type": "number",
            "description": "Modeled item length in inches."
          },
          {
            "name": "item_width_in",
            "type": "number",
            "description": "Modeled item width in inches."
          },
          {
            "name": "item_height_in",
            "type": "number",
            "description": "Modeled item height in inches after variant adjustment."
          },
          {
            "name": "item_weight_lb",
            "type": "number",
            "description": "Modeled item weight in pounds per unit."
          },
          {
            "name": "current_package",
            "type": "string",
            "description": "Current packaging baseline label."
          },
          {
            "name": "recommended_package",
            "type": "string",
            "description": "Package model selected by the screening calculation."
          },
          {
            "name": "current_cost_per_order_usd",
            "type": "number",
            "description": "Modeled cost per order for the current package."
          },
          {
            "name": "recommended_cost_per_order_usd",
            "type": "number",
            "description": "Modeled cost per order for the recommended package."
          },
          {
            "name": "annual_impact_usd",
            "type": "number",
            "description": "Annualized modeled savings or added cost versus the current package."
          },
          {
            "name": "current_billable_weight_lb",
            "type": "number",
            "description": "Modeled billable weight for the current package."
          },
          {
            "name": "recommended_billable_weight_lb",
            "type": "number",
            "description": "Modeled billable weight for the recommended package."
          },
          {
            "name": "billable_weight_delta_lb",
            "type": "number",
            "description": "Recommended billable weight minus current billable weight."
          },
          {
            "name": "current_utilization",
            "type": "number",
            "description": "Modeled occupied volume divided by current package cube."
          },
          {
            "name": "recommended_utilization",
            "type": "number",
            "description": "Modeled occupied volume divided by recommended package cube."
          },
          {
            "name": "damage_rate_delta_points",
            "type": "number",
            "description": "Recommended damage-rate reserve minus current damage-rate reserve in percentage points."
          },
          {
            "name": "recommendation_status",
            "type": "string",
            "description": "Short guardrail or reason attached to the recommendation."
          },
          {
            "name": "scenario_url",
            "type": "string",
            "description": "Canonical public HTML page for the scenario."
          },
          {
            "name": "calculator_url",
            "type": "string",
            "description": "Live calculator URL with scenario assumptions encoded in query parameters."
          }
        ]
      }
    },
    {
      "name": "scenario-index-json",
      "path": "https://packrift-flex-packaging-fit-lab.vercel.app/ai/scenario-index.json",
      "format": "json",
      "mediatype": "application/json"
    },
    {
      "name": "field-dictionary",
      "path": "https://packrift-flex-packaging-fit-lab.vercel.app/data/field-dictionary.csv",
      "format": "csv",
      "mediatype": "text/csv"
    },
    {
      "name": "scenario-json-schema",
      "path": "https://packrift-flex-packaging-fit-lab.vercel.app/data/scenario-schema.json",
      "format": "json",
      "mediatype": "application/schema+json"
    },
    {
      "name": "checksum-manifest",
      "path": "https://packrift-flex-packaging-fit-lab.vercel.app/data/CHECKSUMS.sha256",
      "format": "sha256",
      "mediatype": "text/plain"
    }
  ]
}
