{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"ShoppingSearchPage","type":"object","properties":{"shopping":{"type":"array","items":{"$ref":"#/$defs/ShoppingItem"}}},"required":["shopping"],"$defs":{"ShoppingItem":{"type":"object","properties":{"global_rank":{"type":"integer","format":"int32"},"image":{"type":"string"},"link":{"type":"string"},"old_price":{"type":"string"},"price":{"type":"string"},"rating":{"type":"number","format":"double"},"reviews_cnt":{"type":"integer","format":"int64"},"shop":{"type":"string"},"title":{"type":"string"}},"required":["price","link","global_rank"]}}}