{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/sephora/brand-products.json","title":"sephora/brand-products data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"brand":{"description":"Optional brand supplied by this operation. Null means unknown.","type":["string","null"]},"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":{"bestseller":{"description":"Optional bestseller supplied by this operation. Null means unknown.","type":["boolean","null"]},"brand":{"description":"Optional brand supplied by this operation. Null means unknown.","type":["string","null"]},"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string","null"]},"exclusive":{"description":"Optional exclusive supplied by this operation. Null means unknown.","type":["boolean","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string","null"]},"limited_edition":{"description":"Optional limited edition supplied by this operation. Null means unknown.","type":["boolean","null"]},"new":{"description":"Optional new supplied by this operation. Null means unknown.","type":["boolean","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number","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"]}},"additionalProperties":true},"sku_id":{"description":"Optional sku id supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["bestseller"],"properties":{"bestseller":{"description":"Optional bestseller supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["brand"],"properties":{"brand":{"description":"Optional brand supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["currency"],"properties":{"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["exclusive"],"properties":{"exclusive":{"description":"Optional exclusive supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["image"],"properties":{"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["limited_edition"],"properties":{"limited_edition":{"description":"Optional limited edition supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["new"],"properties":{"new":{"description":"Optional new supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["price"],"properties":{"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number"]}}},{"required":["rating"],"properties":{"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["object"],"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"]}},"additionalProperties":true}}},{"required":["sku_id"],"properties":{"sku_id":{"description":"Optional sku id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}]}},"page":{"description":"Optional page supplied by this operation. Null means unknown.","type":["number","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":[{"brand":"example","count":0,"cursor":null,"has_more":false,"items":[{"bestseller":false,"brand":"example","currency":"example","exclusive":false,"id":"example","image":"https://example.com/example","limited_edition":false,"new":false,"platform":"example","price":0,"rating":{"max":0,"value":0},"sku_id":"example","title":"example","type":"example","url":"https://example.com/example"}],"page":0,"total":0}]}