{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RankingRankingResponse", "title": "RankingRankingResponse", "type": "object", "properties": { "mainline": { "$ref": "#/components/schemas/RankingRankingGroup" }, "pole": { "$ref": "#/components/schemas/RankingRankingGroup" }, "sidebar": { "$ref": "#/components/schemas/RankingRankingGroup" } }, "description": "Defines where on the search results page content should be placed and in what order.", "x-ms-discriminator-value": "Ranking/RankingResponse" }