{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/sephora/reviews.json","title":"sephora/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"]},"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":{"author":{"description":"Public author information supplied with this record.","type":["string","null"]},"featured":{"description":"Optional featured supplied by this operation. Null means unknown.","type":["boolean","null"]},"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"]},"photos":{"description":"Optional photos supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record 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"]},"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":["number","null"]},"recommended":{"description":"Optional recommended supplied by this operation. Null means unknown.","type":["boolean","null"]},"responses":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"syndicated":{"description":"Optional syndicated supplied by this operation. Null means unknown.","type":["boolean","null"]},"tags":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"text":{"description":"Source text when supplied.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"unhelpful":{"description":"Optional unhelpful supplied by this operation. Null means unknown.","type":["number","null"]},"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["author"],"properties":{"author":{"description":"Public author information supplied with this record.","type":["string"],"minLength":1}}},{"required":["featured"],"properties":{"featured":{"description":"Optional featured supplied by this operation. Null means unknown.","type":["boolean"]}}},{"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":["photos"],"properties":{"photos":{"description":"Optional photos supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["posted_at"],"properties":{"posted_at":{"description":"Optional posted at supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["product_id"],"properties":{"product_id":{"description":"Optional product id 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":["recommended"],"properties":{"recommended":{"description":"Optional recommended supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["responses"],"properties":{"responses":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["syndicated"],"properties":{"syndicated":{"description":"Optional syndicated supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["tags"],"properties":{"tags":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["text"],"properties":{"text":{"description":"Source text when supplied.","type":["string"],"minLength":1}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}},{"required":["unhelpful"],"properties":{"unhelpful":{"description":"Optional unhelpful supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["verified"],"properties":{"verified":{"description":"Optional verified supplied by this operation. Null means unknown.","type":["boolean"]}}}]}]}},"limit":{"description":"Optional limit supplied by this operation. Null means unknown.","type":["number","null"]},"offset":{"description":"Optional offset 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"]},"total":{"description":"Source-reported total; null is 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,"has_more":false,"items":[{"author":"example","featured":false,"helpful":0,"id":"example","photos":["example"],"platform":"example","posted_at":"2026-09-01T12:00:00Z","product_id":"example","rating":0,"recommended":false,"responses":[],"syndicated":false,"tags":[],"text":"example","title":"example","unhelpful":0,"verified":false}],"limit":0,"offset":0,"product_id":"example","total":0}]}