{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/kohls/questions.json","title":"kohls/questions 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":{"answer_ids":{"description":"Optional answer ids supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"answers":{"description":"Optional answers supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true}},"answers_count":{"description":"Optional answers count supplied by this operation. Null means unknown.","type":["number","null"]},"author":{"description":"Public author information supplied with this record.","type":["string","null"]},"has_best_answer":{"description":"Optional has best answer supplied by this operation. Null means unknown.","type":["boolean","null"]},"helpful":{"description":"Optional helpful supplied by this operation. Null means unknown.","type":["number","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"location":{"description":"Optional location supplied by this operation. Null means unknown.","type":["string","null"]},"product_id":{"description":"Optional product id supplied by this operation. Null means unknown.","type":["string","null"]},"question":{"description":"Optional question supplied by this operation. Null means unknown.","type":["string","null"]},"submitted_at":{"description":"Optional submitted at supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["answer_ids"],"properties":{"answer_ids":{"description":"Optional answer ids supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["answers"],"properties":{"answers":{"description":"Optional answers supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true}}}},{"required":["answers_count"],"properties":{"answers_count":{"description":"Optional answers count supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["author"],"properties":{"author":{"description":"Public author information supplied with this record.","type":["string"],"minLength":1}}},{"required":["has_best_answer"],"properties":{"has_best_answer":{"description":"Optional has best answer supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["helpful"],"properties":{"helpful":{"description":"Optional helpful supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["location"],"properties":{"location":{"description":"Optional location supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["product_id"],"properties":{"product_id":{"description":"Optional product id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["question"],"properties":{"question":{"description":"Optional question supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["submitted_at"],"properties":{"submitted_at":{"description":"Optional submitted at supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}},"page":{"description":"Optional page supplied by this operation. Null means unknown.","type":["number","null"]},"product":{"description":"Optional product supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"brand":{"description":"Optional brand 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"]},"description":{"description":"Source description; null or absent means not supplied.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]}},"additionalProperties":true},"product_id":{"description":"Optional product id supplied by this operation. Null means unknown.","type":["string","null"]},"total":{"description":"Source-reported total; null is 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":[{"answer_ids":["example"],"answers":[{}],"answers_count":0,"author":"example","has_best_answer":false,"helpful":0,"id":"example","location":"example","product_id":"example","question":"example","submitted_at":"2026-09-01T12:00:00Z"}],"page":0,"product":{"brand":"example","category_id":"example","description":"example","id":"example","image_url":"https://example.com/example","title":"example"},"product_id":"example","total":0}]}