TrendingVideosCategory

APIs.ioEngineeringPlatform

Properties

Name Type Description
subcategories array
title string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-trendingvideoscategory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TrendingVideosCategory",
  "title": "TrendingVideosCategory",
  "required": [
    "subcategories",
    "title"
  ],
  "type": "object",
  "properties": {
    "subcategories": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/TrendingVideosSubcategory"
      }
    },
    "title": {
      "type": "string"
    }
  },
  "x-ms-discriminator-value": "TrendingVideos/Category"
}