{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/amazon/deals.json","title":"amazon/deals data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"checked_at":{"description":"Optional checked at 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"]},"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","null"]},"domain":{"description":"Optional domain supplied by this operation. Null means unknown.","type":["string","null"]},"dropped":{"description":"Optional dropped supplied by this operation. Null means unknown.","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":{"asin":{"description":"Optional asin supplied by this operation. Null means unknown.","type":["string","null"]},"badge":{"description":"Optional badge supplied by this operation. Null means unknown.","type":["string","null"]},"canonical_url":{"description":"Optional canonical url supplied by this operation. Null means unknown.","type":["string","null"]},"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string","null"]},"ends_at":{"description":"Optional ends at supplied by this operation. Null means unknown.","type":["string","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"]},"list_price":{"description":"Optional list price supplied by this operation. Null means unknown.","type":["number","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"]},"savings_amount":{"description":"Optional savings amount supplied by this operation. Null means unknown.","type":["number","null"]},"savings_percentage":{"description":"Optional savings percentage supplied by this operation. Null means unknown.","type":["number","null"]},"state":{"description":"Optional state 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":["asin"],"properties":{"asin":{"description":"Optional asin supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["badge"],"properties":{"badge":{"description":"Optional badge supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["canonical_url"],"properties":{"canonical_url":{"description":"Optional canonical url 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":["ends_at"],"properties":{"ends_at":{"description":"Optional ends at 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":["image"],"properties":{"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["list_price"],"properties":{"list_price":{"description":"Optional list price 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":["savings_amount"],"properties":{"savings_amount":{"description":"Optional savings amount supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["savings_percentage"],"properties":{"savings_percentage":{"description":"Optional savings percentage supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["state"],"properties":{"state":{"description":"Optional state 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}}}]}]}},"marketplace":{"description":"Optional marketplace supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"domain":{"description":"Optional domain supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}},"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":[{"checked_at":"2026-09-01T12:00:00Z","count":0,"country":"example","cursor":null,"domain":"example","dropped":0,"has_more":false,"items":[{"asin":"example","badge":"example","canonical_url":"https://example.com/example","currency":"example","ends_at":"2026-09-01T12:00:00Z","id":"example","image":"https://example.com/example","list_price":0,"platform":"example","price":0,"savings_amount":0,"savings_percentage":0,"state":"example","title":"example","type":"example","url":"https://example.com/example"}],"marketplace":{"country":"example","domain":"example"}}]}