{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FailureDetails3", "title": "FailureDetails3", "type": "object", "properties": { "possibleFailureReason": { "type": "array", "items": { "type": "string", "example": "Degraded Network Bandwidth speed detected in the Video Mesh Node connectivity to the Webex Cloud [Error Code: 1402,1405]." }, "description": "Possible reasons for failure for the test." }, "possibleRemediation": { "type": "array", "items": { "type": "string", "example": "Please refer to Video Mesh deployment guide to ensure the network settings are configured correctly, and the minimum internet speed requirements are met. If the issue persists, please contact Cisco Support." }, "description": "Possible fixes for the failures mentioned above." } } }