{ "name": "TrustRadius Product Scores", "description": "Field-level structure of the TrustRadius scoring payload, as returned by GET /product-scores (operationId product_scores). Derived field-for-field from #/components/schemas/ProductScores in the provider-published OpenAPI.", "source_operation": "product_scores", "source_schema": "#/components/schemas/ProductScores", "envelope": "object with a single `products` array", "fields": [ {"name": "products", "type": "array", "description": "One entry per product."}, {"name": "products[].id", "type": "string", "description": "Product identifier, as returned by GET /product-ids."}, {"name": "products[].name", "type": "string", "description": "Product display name."}, {"name": "products[].url", "type": "string", "description": "Canonical TrustRadius product page."}, {"name": "products[].trScore.score", "type": "number", "description": "The TrustRadius (TR) Score."}, {"name": "products[].trScore.max", "type": "integer", "description": "The maximum the TR Score is measured against. Read the score relative to this rather than assuming a fixed range."}, {"name": "products[].starScore.score", "type": "number", "description": "The star score."}, {"name": "products[].starScore.max", "type": "integer", "description": "The maximum the star score is measured against."}, {"name": "products[].reviewCount", "type": "integer", "description": "Number of full written reviews."}, {"name": "products[].ratingCount", "type": "integer", "description": "Number of ratings. Counted separately from reviews."}, {"name": "products[].ratingsAndReviewsTotalCount", "type": "integer", "description": "Combined total. Not necessarily reviewCount + ratingCount — use the provider's own total when reporting."} ], "x-generated": "2026-08-14", "x-method": "derived", "x-source": "openapi/_original/trustradius-api-openapi.yml (provider-published OpenAPI 3.0.0 v1.1)" }