{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/trustradius/main/json-schema/trustradius-TrafficPage.json", "title": "Traffic Page", "type": "object", "properties": { "date": { "type": "string" }, "vendor": { "type": "string" }, "productId": { "type": "string" }, "product": { "type": "string" }, "pageType": { "type": "string" }, "pageTitle": { "type": "string" }, "url": { "type": "string" }, "totalPageViews": { "type": "integer" }, "totalVisitors": { "type": "integer" } }, "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)" }