{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/aliexpress/store-products.json","title":"aliexpress/store-products 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":{"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"]},"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"]},"price_range":{"description":"Optional price range supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"max":{"description":"Optional max supplied by this operation. Null means unknown.","type":["number","null"]},"min":{"description":"Optional min supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"promotion_price":{"description":"Optional promotion price supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"max":{"description":"Optional max supplied by this operation. Null means unknown.","type":["number","null"]},"min":{"description":"Optional min supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"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},"sales":{"description":"Optional sales supplied by this operation. Null means unknown.","type":["number","null"]},"sales_label":{"description":"Optional sales label supplied by this operation. Null means unknown.","type":["string","null"]},"selling_points":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"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":["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":["price"],"properties":{"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number"]}}},{"required":["price_range"],"properties":{"price_range":{"description":"Optional price range supplied by this operation. Null means unknown.","type":["object"],"properties":{"max":{"description":"Optional max supplied by this operation. Null means unknown.","type":["number","null"]},"min":{"description":"Optional min supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["promotion_price"],"properties":{"promotion_price":{"description":"Optional promotion price supplied by this operation. Null means unknown.","type":["object"],"properties":{"max":{"description":"Optional max supplied by this operation. Null means unknown.","type":["number","null"]},"min":{"description":"Optional min supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"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"]},"votes":{"description":"Optional votes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["sales"],"properties":{"sales":{"description":"Optional sales supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["sales_label"],"properties":{"sales_label":{"description":"Optional sales label supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["selling_points"],"properties":{"selling_points":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"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"]},"seller_id":{"description":"Optional seller id supplied by this operation. Null means unknown.","type":["string","null"]},"store_id":{"description":"Optional store id supplied by this operation. Null means unknown.","type":["string","null"]},"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,"has_more":false,"items":[{"id":"example","image":"https://example.com/example","platform":"example","price":0,"price_range":{"max":0,"min":0},"promotion_price":{"max":0,"min":0},"rating":{"max":0,"value":0,"votes":0},"sales":0,"sales_label":"example","selling_points":[],"title":"example","type":"example","url":"https://example.com/example"}],"page":0,"seller_id":"example","store_id":"example","total":0,"total_pages":0}]}