{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/target/category.json","title":"target/category data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"category_id":{"description":"Optional category id 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":{"badges":{"description":"Optional badges supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"brand":{"description":"Optional brand supplied by this operation. Null means unknown.","type":["string","null"]},"bullets":{"description":"Optional bullets supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"category_id":{"description":"Optional category id 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"]},"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string","null"]},"images":{"description":"Optional images supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"original_price":{"description":"Optional original 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"]},"price_label":{"description":"Optional price label supplied by this operation. Null means unknown.","type":["string","null"]},"promotions":{"description":"Optional promotions supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","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},"reviews_count":{"description":"Optional reviews count supplied by this operation. Null means unknown.","type":["number","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":["badges"],"properties":{"badges":{"description":"Optional badges supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["brand"],"properties":{"brand":{"description":"Optional brand supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["bullets"],"properties":{"bullets":{"description":"Optional bullets supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["category_id"],"properties":{"category_id":{"description":"Optional category id 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":["image"],"properties":{"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["images"],"properties":{"images":{"description":"Optional images supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["original_price"],"properties":{"original_price":{"description":"Optional original 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":["price_label"],"properties":{"price_label":{"description":"Optional price label supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["promotions"],"properties":{"promotions":{"description":"Optional promotions supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"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":["reviews_count"],"properties":{"reviews_count":{"description":"Optional reviews count supplied by this operation. Null means unknown.","type":["number"]}}},{"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"]},"store_id":{"description":"Optional store id supplied by this operation. Null means unknown.","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":[{"category_id":"example","count":0,"cursor":null,"has_more":false,"items":[{"badges":["example"],"brand":"example","bullets":["example"],"category_id":"example","currency":"example","id":"example","image":"https://example.com/example","images":["example"],"original_price":0,"platform":"example","price":0,"price_label":"example","promotions":["example"],"rating":{"max":0,"value":0,"votes":0},"reviews_count":0,"title":"example","type":"example","url":"https://example.com/example"}],"page":0,"store_id":"example"}]}