{ "$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" }