{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/trustradius/main/json-schema/trustradius-NameValuePair.json", "title": "NameValuePair", "type": "object", "properties": { "name": { "type": "string" }, "value": { "type": "string" } }, "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)" }