RankingRankingResponse

Defines where on the search results page content should be placed and in what order.

APIs.ioEngineeringPlatform

Properties

Name Type Description
mainline object
pole object
sidebar object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rankingrankingresponse-schema.json Raw ↑
{
  "$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"
}