{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_shopping/sellers.json","title":"google_shopping/sellers 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":{"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"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"merchant_id":{"description":"Optional merchant id supplied by this operation. Null means unknown.","type":["string","null"]},"on_sale":{"description":"Optional on sale supplied by this operation. Null means unknown.","type":["boolean","null"]},"payment_methods":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"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"]},"votes":{"description":"Optional votes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"seller":{"description":"Optional seller supplied by this operation. Null means unknown.","type":["string","null"]},"shipping":{"description":"Optional shipping supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"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":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["merchant_id"],"properties":{"merchant_id":{"description":"Optional merchant id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["on_sale"],"properties":{"on_sale":{"description":"Optional on sale supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["payment_methods"],"properties":{"payment_methods":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"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"]},"votes":{"description":"Optional votes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["seller"],"properties":{"seller":{"description":"Optional seller supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["shipping"],"properties":{"shipping":{"description":"Optional shipping 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}}}]}]}},"offers_count":{"description":"Optional offers count supplied by this operation. Null means unknown.","type":["number","null"]},"page":{"description":"Optional page 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"]},"title":{"description":"Source title 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":[{"condition":"example","currency":"example","id":"example","merchant_id":"example","on_sale":false,"payment_methods":[],"price":0,"rating":{"max":0,"value":0,"votes":0},"seller":"example","shipping":"example","title":"example","url":"https://example.com/example"}],"offers_count":0,"page":0,"product_id":"example","title":"example"}]}