{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/trustradius/main/json-schema/trustradius-TrafficProduct.json", "title": "Traffic Product", "type": "object", "properties": { "date": { "type": "string" }, "vendor": { "type": "string" }, "productId": { "type": "string" }, "product": { "type": "string" }, "categoryName": { "type": "string" }, "categoryId": { "type": "string" }, "totalPageViews": { "type": "integer" }, "totalVisits": { "type": "integer" }, "totalVisitors": { "type": "integer" }, "totalCategoryPageViews": { "type": "integer" }, "totalCategoryVisits": { "type": "integer" }, "totalCategoryVisitors": { "type": "integer" } }, "required": [ "date", "product", "productId", "categoryName", "categoryId", "totalPageViews", "totalVisits", "totalVisitors" ], "x-generated": "2026-08-14", "x-method": "derived", "x-source": "openapi/_original/trustradius-api-openapi.yml (provider-published OpenAPI 3.0.0 v1.1, exported from the TrustRadius Stoplight project trustradius/public-api)" }