TrendingVideos

APIs.ioEngineeringPlatform

Properties

Name Type Description
bannerTiles array
categories array
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-trendingvideos-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrendingVideos",
  "title": "TrendingVideos",
  "required": [
    "bannerTiles",
    "categories"
  ],
  "properties": {
    "bannerTiles": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TrendingVideosTile"
      }
    },
    "categories": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TrendingVideosCategory"
      }
    }
  },
  "allOf": [
    {
      "$ref": "#/components/schemas/Response"
    }
  ]
}