{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MediaHealthMonitoringclusters", "title": "MediaHealthMonitoringclusters", "type": "object", "properties": { "clusters": { "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/MediaHealthMonitoringforfirstcluster" }, { "$ref": "#/components/schemas/MediaHealthMonitoringforsecondcluster" } ] }, "description": "The list of Video Mesh clusters." } } }