action botify_get_page_rank_lost { label: "Lost pagerank" description: "Lost pagerank" provider: botify method: GET path: "/analyses/{username}/{project_slug}/{analysis_slug}/features/pagerank/lost" encoding: json output: { type: "object" required: ["external", "non_crawled", "robots_txt"] properties: { external: { type: "number" format: "float" } non_crawled: { type: "number" format: "float" } robots_txt: { type: "number" format: "float" } } } }