{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"ShoppingProductPage","type":"object","properties":{"product":{"anyOf":[{"$ref":"#/$defs/Product"},{"type":"null"}]},"product_offers":{"type":"array","items":{"$ref":"#/$defs/ProductOffer"}},"product_spec":{"anyOf":[{"$ref":"#/$defs/ProductSpec"},{"type":"null"}]}},"$defs":{"Product":{"type":"object","properties":{"ai_images":{"type":"array","items":{"type":"string"}},"description":{"type":"string"},"images":{"type":"array","items":{"type":"string"}},"rating":{"type":["number","null"],"format":"double"},"reviews_cnt":{"type":"integer","format":"int32"},"title":{"type":"string"}}},"ProductOffer":{"type":"object","properties":{"details":{"type":"array","items":{"type":"string"}},"details_and_offers":{"type":"string"},"item_old_price":{"type":"array","items":{"type":"string"}},"item_price":{"type":"array","items":{"type":"string"}},"link":{"type":"string"},"logo":{"type":"string"},"payment_methods":{"type":"string"},"rating":{"type":"number","format":"double"},"reviews_cnt":{"type":"integer","format":"int32"},"seller":{"type":"string"},"shipping":{"type":"string"}}},"ProductSpec":{"type":"object","properties":{"specs":{"type":"array","items":{"$ref":"#/$defs/SpecSection"}}}},"SpecItem":{"type":"object","properties":{"name":{"type":"string"},"value":{"type":"string"}}},"SpecSection":{"type":"object","properties":{"data":{"type":"array","items":{"$ref":"#/$defs/SpecItem"}}}}}}