{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReachabilityTestresultsdestinationcluster", "title": "ReachabilityTestresultsdestinationcluster", "type": "object", "properties": { "destinationCluster": { "type": "string", "example": "Amsterdam Cluster", "description": "Cloud Webex cluster against which Reachability test is being executed." }, "stunResults": { "type": "array", "items": { "anyOf": [ { "$ref": "#/components/schemas/ReachabilityTestResultsStunresults1" }, { "$ref": "#/components/schemas/ReachabilityTestResultsStunresults2" } ] }, "description": "STUN test results for a Video Mesh cluster." } } }