TrendingTopics

APIs.ioEngineeringPlatform

Properties

Name Type Description
value array A list of trending news topics on Bing
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-trendingtopics-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrendingTopics",
  "title": "TrendingTopics",
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "array",
      "description": "A list of trending news topics on Bing",
      "items": {
        "$ref": "#/components/schemas/NewsTopic"
      }
    }
  },
  "allOf": [
    {
      "$ref": "#/components/schemas/Answer"
    }
  ]
}