The Label Insight PPE Base Schema is the default schema for all product data delivered for the Personalized Product Experience solution via the Products API or to Label Insight's hosted SFTP

Data Types

Base Schema along with the associated data type for each field.

{
  "upc": "String",
  "brand": "String",
  "subBrand": "String",
  "productTitle": "String",
  "productSize": "String",
  "unitsPerPack": "String",
  "variant": "String",
  "manufacturer": "String",
  "distributor": "String",
  "importer": "String",
  "categorization": {
    "productType": "String",
    "aisle": "String",
    "shelf": "String",
    "category": "String"
  },
  "sizes": [
    {
      "netWeight": {
        "value": "String",
        "uom": "String"
      }
    }
  ],
  "gtinFormats": {
    "gtin12": "String",
    "gtin14": "String"
  },
   "imageSection": {
      "images": [
            {
               "format": "String",
               "colorSpace": "String",
               "url": "String"
            }
        ]
    },
  "ingredients": {
    "declaration": "String",
    "symbols": [
      "String"
    ]
  },
  "warning": "String",
  "factPanel": {
    "nutrition": {
      "insignificantAmountStatement": "String",
      "labelStyle": "String",
      "serving": {
        "description": "String",
        "numberPerPack": "String",
        "size": "String",
        "sizeUom": "String",
        "size2": "String",
        "sizeUom2": "String"
      },
      "columns": [
        {
          "name": "String",
          "nutrients": [
            {
              "name": "String",
              "valueOperator": "String",
              "value": "Double",
              "uom": "String",
              "percentDvOperator": "String",
              "percentDv": "Double"
            }
          ]
        }
      ]
    },
    "supplement": {
      "insignificantAmountStatement": "String",
      "serving": {
        "description": "String",
        "numberPerPack": "String",
        "size": "String",
        "sizeUom": "String",
        "size2": "String",
        "sizeUom2": "String"
      },
      "columns": [
        {
          "name": "String",
          "supplements": [
            {
              "name": "String",
              "valueOperator": "String",
              "value": "Double",
              "uom": "Double",
              "percentDvOperator": "String",
              "percentDv": "Double"
            }
          ]
        }
      ]
    },
    "drug": {
      "activeIngredients": [
        {
          "name": "String",
          "amount": "Double",
          "uom": "String",
          "purpose": "String"
        }
      ],
      "inEach": "",
      "warnings": [
        "String"
      ],
      "otherInformation": [
        "String"
      ],
      "uses": [
        "String"
      ],
      "questions": [
        "String"
      ],
      "directions": [
        "String"
      ]
    },
    "guaranteedAnalysis": {
      "columns": [
        {
          "name": "String",
          "nutrientsAsFed": [
            {
              "name": "String",
              "valueOperator": "String",
              "value": "Double",
              "uom": "Double",
              "percentOperator": "String",
              "percent": "Double"
            }
          ]
        }
      ],
      "calorieContent": [
        {
          "value": "Double",
          "valueUom": "String",
          "perUom": "String"
        },
        {
          "value": 313.0,
          "valueUom": "kCal",
          "perUom": "kg"
        }
      ]
    }
  },
  "alcohol": {
    "abv": "Double",
    "ibu": "Integer"
  },
  "attributes": [
    {
      "name": "String"
    }
  ],
  "lastUpdatedTimestamp": "IsoTimestamp"
}
{
  "upc": "12345678912",
  "brand": "Tasty Fudge Bars",
  "subBrand": "Flavorful Tasty Fudge Bars",
  "productTitle": "Fudge Bars",
  "productSize": "3 FL OZ",
  "unitsPerPack": "About 3",
  "variant": "Fudge",
  "manufacturer": "Classic Manufacturing",
  "distributor": "Classic Distributor",
  "importer": "Classic Importer",
  "categorization": {
    "productType": "Food",
    "aisle": "Frozen Food",
    "shelf": "Ice Cream & Frozen Yogurt",
    "category": "Ice Cream - Fudge Bars"
  },
  "sizes": [
    {
      "netWeight": {
        "value": "3",
        "uom": "FL OZ"
      }
    }
  ],
  "gtinFormats": {
    "gtin12": "1234567891234",
    "gtin14": "12345678912"
  },
     "imageSection": {
      "images": [
            {
               "format": "JPEG",
               "colorSpace": "SRB",
               "url": "https://images.labelinsight.com/45226800.jpg"
            }
        ]
    },
  "ingredients": {
    "declaration": "SKIM MILK, CONDENSED SKIM MILK, POLYDEXTROSE, WHOLE MILK, SORBITOL*, COCOA (PROCESSED WITH ALKALI), MILK PROTEIN CONCENTRATE, CONTAINS 2% OR LESS OF: GLYCERIN, STABILIZER BLEND (MALTODEXTRIN, WHEY POWDER, CELLULOSE GUM, LOCUST BEAN GUM, MONO- AND DIGLYCERIDES, GUAR GUM, CORN STARCH, CARRAGEENAN, POLYSORBATE 80), WHEY PROTEIN CONCENTRATE, ASPARTAME, VITAMIN A PALMITATE, NATURAL FLAVOR.",
    "symbols": [
      "* Sensitive individuals may experience a laxative effect from excessive consumption of these ingredients."
    ]
  },
  "warning": "CONTAINS: MILK. PHENYLKETONEURICS: CONTAINS PHENYLALANINE.",
  "factPanel": {
    "nutrition": {
      "insignificantAmountStatement": "Not a significant source of trans fat and dietary fiber.",
      "labelStyle": "NLEA_2018",
      "serving": {
        "description": "1 bar",
        "numberPerPack": "1",
        "size": "2.6",
        "sizeUom": "oz",
        "size2": "76",
        "sizeUom2": "g"
      },
      "columns": [
        {
          "name": "Amount/serving",
          "nutrients": [
            {
              "name": "Calories",
              "valueOperator": "=",
              "value": 90.0,
              "uom": "Cal",
              "percentDvOperator": null,
              "percentDv": null
            },
            {
              "name": "Total Fat",
              "valueOperator": "=",
              "value": 1.0,
              "uom": "g",
              "percentDvOperator": "=",
              "percentDv": 1.0
            },
            {
              "name": "Vitamin D",
              "valueOperator": "=",
              "value": 0.0,
              "uom": "mcg",
              "percentDvOperator": "=",
              "percentDv": 0.0
            },
            {
              "name": "Iron",
              "valueOperator": "=",
              "value": 1.2,
              "uom": "mg",
              "percentDvOperator": "=",
              "percentDv": 6.0
            }
          ]
        }
      ]
    },
    "supplement": null,
    "drug": null,
    “guaranteedAnalysis”: null
  },
  "attributes": [
    {
      "name": "No Added Sugar"
    },
    {
      "name": "Good Source of Protein"
    },
    {
      "name": "Low Fat"
    }
  ],
  "alcohol": null,
  "lastUpdatedTimestamp": "2021-01-23T18:43:42.468Z"
}