{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReachabilityTestResultsforsinglecluster", "title": "ReachabilityTestResultsforsinglecluster", "type": "object", "properties": { "clusters": { "type": "array", "items": { "$ref": "#/components/schemas/ReachabilityTestResultsforfirstcluster" }, "description": "List of Video Mesh clusters." } } }