{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TrendingVideosSubcategory", "title": "TrendingVideosSubcategory", "required": [ "tiles", "title" ], "type": "object", "properties": { "tiles": { "type": "array", "items": { "$ref": "#/components/schemas/TrendingVideosTile" } }, "title": { "type": "string" } }, "x-ms-discriminator-value": "TrendingVideos/Subcategory" }