TrendingVideosTile

APIs.ioEngineeringPlatform

Properties

Name Type Description
image object
query object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-trendingvideostile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrendingVideosTile",
  "title": "TrendingVideosTile",
  "required": [
    "image",
    "query"
  ],
  "type": "object",
  "properties": {
    "image": {
      "$ref": "#/components/schemas/ImageObject"
    },
    "query": {
      "$ref": "#/components/schemas/Query"
    }
  },
  "x-ms-discriminator-value": "TrendingVideos/Tile"
}