{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"NewsSearchPage","type":"object","properties":{"news":{"type":"array","items":{"$ref":"#/$defs/NewsItem"}}},"required":["news"],"$defs":{"NewsItem":{"type":"object","properties":{"date":{"type":"string"},"description":{"type":"string"},"global_rank":{"type":"integer","format":"int32"},"image":{"type":"string"},"link":{"type":"string"},"source":{"type":"string"},"source_logo":{"type":"string"},"story":{"type":"string"},"title":{"type":"string"}},"required":["global_rank"]}}}