{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/walmart/offers.json","title":"walmart/offers 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"]},"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":{"availability":{"description":"Optional availability supplied by this operation. Null means unknown.","type":["string","null"]},"condition":{"description":"Optional condition supplied by this operation. Null means unknown.","type":["string","null"]},"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string","null"]},"free_shipping":{"description":"Optional free shipping supplied by this operation. Null means unknown.","type":["boolean","null"]},"fulfilled_by_walmart":{"description":"Optional fulfilled by walmart supplied by this operation. Null means unknown.","type":["boolean","null"]},"in_stock":{"description":"Optional in stock supplied by this operation. Null means unknown.","type":["boolean","null"]},"offer_id":{"description":"Optional offer id supplied by this operation. Null means unknown.","type":["string","null"]},"offer_type":{"description":"Optional offer type supplied by this operation. Null means unknown.","type":["string","null"]},"pickup_available":{"description":"Optional pickup available supplied by this operation. Null means unknown.","type":["boolean","null"]},"position":{"description":"Optional position supplied by this operation. Null means unknown.","type":["number","null"]},"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number","null"]},"price_display":{"description":"Optional price display supplied by this operation. Null means unknown.","type":["string","null"]},"return_policy":{"description":"Optional return policy supplied by this operation. Null means unknown.","type":["string","null"]},"seller":{"description":"Optional seller supplied by this operation. Null means unknown.","type":["string","null"]},"seller_id":{"description":"Optional seller id supplied by this operation. Null means unknown.","type":["string","null"]},"seller_type":{"description":"Optional seller type supplied by this operation. Null means unknown.","type":["string","null"]},"storefront_url":{"description":"Optional storefront url supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["availability"],"properties":{"availability":{"description":"Optional availability supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["condition"],"properties":{"condition":{"description":"Optional condition 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":["free_shipping"],"properties":{"free_shipping":{"description":"Optional free shipping supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["fulfilled_by_walmart"],"properties":{"fulfilled_by_walmart":{"description":"Optional fulfilled by walmart supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["in_stock"],"properties":{"in_stock":{"description":"Optional in stock supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["offer_id"],"properties":{"offer_id":{"description":"Optional offer id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["offer_type"],"properties":{"offer_type":{"description":"Optional offer type supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["pickup_available"],"properties":{"pickup_available":{"description":"Optional pickup available supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["position"],"properties":{"position":{"description":"Optional position supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["price"],"properties":{"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number"]}}},{"required":["price_display"],"properties":{"price_display":{"description":"Optional price display supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["return_policy"],"properties":{"return_policy":{"description":"Optional return policy supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["seller"],"properties":{"seller":{"description":"Optional seller supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["seller_id"],"properties":{"seller_id":{"description":"Optional seller id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["seller_type"],"properties":{"seller_type":{"description":"Optional seller type supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["storefront_url"],"properties":{"storefront_url":{"description":"Optional storefront url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}},"product_id":{"description":"Optional product id supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"total_offers":{"description":"Optional total offers supplied by this operation. Null means unknown.","type":["number","null"]},"url":{"description":"Original source URL when supplied.","type":["string","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,"has_more":false,"items":[{"availability":"example","condition":"example","currency":"example","free_shipping":false,"fulfilled_by_walmart":false,"in_stock":false,"offer_id":"example","offer_type":"example","pickup_available":false,"position":0,"price":0,"price_display":"example","return_policy":"example","seller":"example","seller_id":"example","seller_type":"example","storefront_url":"https://example.com/example"}],"product_id":"example","title":"example","total_offers":0,"url":"https://example.com/example"}]}