{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PerClusterConnectivityResult2", "title": "PerClusterConnectivityResult2", "type": "object", "properties": { "clusterId": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzJjM2M5Zjk1LTczZDktNDQ2MC1hNjY4LTA0NzE2MmZmMWJhZDpmMWJmMGI1MC0yMDUyLTQ3ZmUtYjg3ZC01MTFjMmZlNzQ3MWk=", "description": "Unique ID of the Video Mesh cluster." }, "clusterName": { "type": "string", "example": "shangai", "description": "Name of the Video Mesh cluster." }, "nodes": { "type": "array", "items": { "$ref": "#/components/schemas/PerNodeConnectivityResult2" } } } }