{
  "_comment": "MOCK fixture — see examples/MOCK-ai.md.",
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "ml": "http://mlcommons.org/croissant/"
  },
  "@type": "ml:Dataset",
  "name": "product-search-index-v2",
  "version": "2.4.0",
  "description": "Production vector index for the knowledge-search feature.",
  "license": "internal-use-only",
  "creator": { "@type": "Organization", "name": "SaaSCo Knowledge Platform" },
  "datePublished": "2026-04-28",
  "ml:distribution": [
    {
      "@type": "ml:FileObject",
      "@id": "vector-index-store",
      "name": "vector_index.parquet",
      "ml:source": { "warehouse": "snowflake", "schema": "search", "table": "product_search_index_v2" }
    }
  ],
  "ml:recordSet": [
    {
      "@type": "ml:RecordSet",
      "@id": "embeddings",
      "name": "embeddings",
      "ml:field": [
        { "name": "doc_id", "ml:dataType": "ml:Integer" },
        { "name": "source_id", "ml:dataType": "ml:Text", "ml:tags": ["source-attribution"] },
        { "name": "embedding", "ml:dataType": "ml:Tensor", "ml:tags": ["production-embedding"] }
      ]
    }
  ],
  "ml:provenanceTags": {
    "_comment": "veric-extension. Forbidden transitions: unlicensed sources cannot reach production embeddings; license tags propagate through derivations.",
    "forbids": [
      { "from": "unlicensed-source", "to": "production-embedding" },
      { "from": "tdm-opt-out", "to": "production-embedding" }
    ],
    "license_propagates_through_derivation": true
  }
}
