﻿{
  "product": "Ceramic mug oatmeal (demo)",
  "schema": "studiofude.enrichment.v1",
  "formats_shipped": ["enrichment.csv", "enrichment.json", "report.md"],
  "column_count": 30,
  "extensible_for": ["shopify_bulk", "merchant_center", "amazon_slots", "ads", "a_plus", "agents", "pim"],
  "why": {
    "csv": "Primary — sellers paste/map columns into Sheets, Shopify bulk, Merchant and ad worksheets. Wide by design so usage grows without a new brief.",
    "json": "Same schema for automation, agents and developers.",
    "hook": "So much structured data for very extensible use."
  },
  "column_groups": [
    "identity (file, role, slot_order, aspect_ratio)",
    "distribution (channel_primary, channel_secondary, marketplace_slot, ad_platform, reuse_in)",
    "seo_copy (alt_text, suggested_filename, seo_title_hint, visual_keywords, search_query_primary)",
    "attributes (color, material, finish, use_case, audience_cue, attribute_visible, dimension_cue)",
    "compliance (overlay_safe, amazon_tos_main_ok, merchant_image_ready, cta_space)",
    "ops (shopify_media_role, locale, priority, sku_ref, notes)"
  ],
  "assets_sample": [
    {
      "file": "01_hero.jpg",
      "role": "hero",
      "aspect_ratio": "1:1",
      "channels": ["amazon_main", "shopify_featured"],
      "marketplace_slot": "main",
      "alt": "Matte oatmeal ceramic mug centered on seamless off-white background, three-quarter view.",
      "suggestedFilename": "ceramic-mug-hero-white.jpg",
      "search_query_primary": "oatmeal ceramic coffee mug",
      "visual_keywords": ["ceramic mug", "oatmeal", "matte", "catalog"],
      "attributes": { "color": "oatmeal", "material": "ceramic", "finish": "matte", "useCase": "morning coffee" },
      "flags": { "amazon_tos_main_ok": true, "merchant_image_ready": true, "overlay_safe": true },
      "reuse_in": ["listing", "merchant", "pdp"],
      "sku_ref": "MUG-OAT-01",
      "priority": "P0"
    },
    {
      "file": "25_ad_4x5.jpg",
      "role": "ad",
      "aspect_ratio": "4:5",
      "channels": ["meta_ig"],
      "marketplace_slot": "ad",
      "alt": "Mug off-center against charcoal block with open space for ad copy.",
      "suggestedFilename": "ceramic-mug-ad-4x5.jpg",
      "flags": { "amazon_tos_main_ok": false, "merchant_image_ready": true, "cta_space": true },
      "reuse_in": ["ads"],
      "priority": "P0"
    }
  ],
  "note": "Full row set lives in enrichment.csv (one row per delivered file × 30 columns)."
}
