{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/aliexpress/reviews.json","title":"aliexpress/reviews data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","null"]},"filters":{"description":"Optional filters supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"anonymous":{"description":"Optional anonymous supplied by this operation. Null means unknown.","type":["boolean","null"]},"author":{"description":"Public author information supplied with this record.","type":["object","null"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"gender":{"description":"Optional gender supplied by this operation. Null means unknown.","type":["string","null"]},"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"helpful":{"description":"Optional helpful supplied by this operation. Null means unknown.","type":["number","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"images":{"description":"Optional images supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string","null"]},"logistics":{"description":"Optional logistics supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"posted_at":{"description":"Optional posted at supplied by this operation. Null means unknown.","type":["string","null"]},"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["number","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]},"translated_text":{"description":"Optional translated text supplied by this operation. Null means unknown.","type":["string","null"]},"unhelpful":{"description":"Optional unhelpful supplied by this operation. Null means unknown.","type":["number","null"]},"variant":{"description":"Optional variant supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["anonymous"],"properties":{"anonymous":{"description":"Optional anonymous supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["author"],"properties":{"author":{"description":"Public author information supplied with this record.","type":["object"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"gender":{"description":"Optional gender supplied by this operation. Null means unknown.","type":["string","null"]},"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["helpful"],"properties":{"helpful":{"description":"Optional helpful supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["images"],"properties":{"images":{"description":"Optional images supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["language"],"properties":{"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["logistics"],"properties":{"logistics":{"description":"Optional logistics supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["posted_at"],"properties":{"posted_at":{"description":"Optional posted at supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["rating"],"properties":{"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["number"]}}},{"required":["text"],"properties":{"text":{"description":"Source text when supplied.","type":["string"],"minLength":1}}},{"required":["translated_text"],"properties":{"translated_text":{"description":"Optional translated text supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["unhelpful"],"properties":{"unhelpful":{"description":"Optional unhelpful supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["variant"],"properties":{"variant":{"description":"Optional variant supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}},"page":{"description":"Optional page supplied by this operation. Null means unknown.","type":["number","null"]},"positive_rate":{"description":"Optional positive rate supplied by this operation. Null means unknown.","type":["number","null"]},"product_id":{"description":"Optional product id supplied by this operation. Null means unknown.","type":["string","null"]},"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["object","null"],"properties":{"max":{"description":"Optional max supplied by this operation. Null means unknown.","type":["number","null"]},"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]},"votes":{"description":"Optional votes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"rating_distribution":{"description":"Optional rating distribution supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true},"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]},"total_pages":{"description":"Optional total pages supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"count":0,"cursor":null,"filters":["example"],"has_more":false,"items":[{"anonymous":false,"author":{"country":"example","gender":"example","image":"https://example.com/example","name":"example"},"helpful":0,"id":"example","images":["example"],"language":"example","logistics":"example","platform":"example","posted_at":"2026-09-01T12:00:00Z","rating":0,"text":"example","translated_text":"example","unhelpful":0,"variant":"example"}],"page":0,"positive_rate":0,"product_id":"example","rating":{"max":0,"value":0,"votes":0},"rating_distribution":{},"total":0,"total_pages":0}]}