{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/trustpilot/consumer.json","title":"trustpilot/consumer data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"like_count":{"description":"Optional like count supplied by this operation. Null means unknown.","type":["number","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"photo":{"description":"Optional photo supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"read_count":{"description":"Optional read count supplied by this operation. Null means unknown.","type":["number","null"]},"review_count":{"description":"Optional review count supplied by this operation. Null means unknown.","type":["number","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]},"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["country"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["like_count"],"properties":{"like_count":{"description":"Optional like count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["photo"],"properties":{"photo":{"description":"Optional photo supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["read_count"],"properties":{"read_count":{"description":"Optional read count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["review_count"],"properties":{"review_count":{"description":"Optional review count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}},{"required":["verified"],"properties":{"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean"]}}}]}],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"country":"example","id":"example","like_count":0,"name":"example","photo":"example","platform":"example","read_count":0,"review_count":0,"url":"https://example.com/example","verified":false}]}