AptarGroup · JSON Structure

Product Structure

A dispensing or packaging product from AptarGroup

Type: record Properties: 0
PackagingDispensingManufacturingSustainabilityConsumer GoodsFortune 1000

Product Structure is a JSON Structure definition published by AptarGroup. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aptargroup/main/json-structure/product-structure.json",
  "title": "Product",
  "description": "A dispensing or packaging product from AptarGroup",
  "type": "record",
  "fields": [
    {
      "name": "productId",
      "type": "string",
      "description": "Unique product identifier"
    },
    {
      "name": "name",
      "type": "string",
      "description": "Product name"
    },
    {
      "name": "category",
      "type": "string",
      "description": "Product category"
    },
    {
      "name": "market",
      "type": "string",
      "description": "Target market"
    },
    {
      "name": "description",
      "type": "string",
      "description": "Product description"
    },
    {
      "name": "material",
      "type": "string",
      "description": "Primary material"
    },
    {
      "name": "sustainable",
      "type": "boolean",
      "description": "Sustainable materials flag"
    },
    {
      "name": "sku",
      "type": "string",
      "description": "SKU identifier"
    }
  ]
}