{
    "name": "products",
    "api_version": "1",
    "description": "Product feed/detail records. Image/document/chart fields are best-effort MVP fields and are expected to improve after the chart/SDS/TDS/PDF data overhaul.",
    "fields": [
        {
            "name": "id",
            "description": "Internal content or product identifier."
        },
        {
            "name": "sku",
            "description": "Product SKU / product code when applicable."
        },
        {
            "name": "title",
            "description": "Human-readable title or product name."
        },
        {
            "name": "summary",
            "description": "Short description or excerpt."
        },
        {
            "name": "description",
            "description": "Longer description when available."
        },
        {
            "name": "url",
            "description": "Canonical public URL when available."
        },
        {
            "name": "image_url",
            "description": "Primary image URL when available."
        },
        {
            "name": "brand",
            "description": "Brand/vendor identifier."
        },
        {
            "name": "category",
            "description": "Product category."
        },
        {
            "name": "breadcrumbs",
            "description": "Best-effort category/brand breadcrumb hints."
        },
        {
            "name": "tags",
            "description": "Tags or keywords when present."
        },
        {
            "name": "price",
            "description": "Public price/value field when available; may be blank."
        },
        {
            "name": "availability",
            "description": "Availability/status object when available."
        },
        {
            "name": "product_type",
            "description": "Product type/frame type when available."
        },
        {
            "name": "material",
            "description": "Product material when available."
        },
        {
            "name": "finish",
            "description": "Product finish when available."
        },
        {
            "name": "size",
            "description": "Product size/dimensions when available."
        },
        {
            "name": "use_cases",
            "description": "Known use-case/application hints when available from product data."
        },
        {
            "name": "application_methods",
            "description": "Known application-method hints when available from product data."
        },
        {
            "name": "substrates",
            "description": "Known substrate/surface hints when available from product data."
        },
        {
            "name": "compatibility",
            "description": "Known compatible materials/products when available from product data."
        },
        {
            "name": "suitability_notes",
            "description": "Product suitability notes when available; confirm project-specific fit with SeppLeaf."
        },
        {
            "name": "safety_notes",
            "description": "Product safety/warning notes when available; consult SDS/TDS and SeppLeaf for critical use."
        },
        {
            "name": "related_products",
            "description": "Related product identifiers when available."
        },
        {
            "name": "documents",
            "description": "Best-effort product document links; SDS/TDS/PDF model is pending overhaul."
        },
        {
            "name": "charts",
            "description": "Best-effort chart links; chart/PDF chart model is pending overhaul."
        },
        {
            "name": "structured_data_type",
            "description": "Endpoint-specific field."
        },
        {
            "name": "last_updated",
            "description": "Update timestamp when present."
        }
    ]
}