{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MHMTestResult1", "title": "MHMTestResult1", "type": "object", "properties": { "testName": { "type": "string", "example": "Media Signalling" }, "testResult": { "type": "string", "example": "Failed" }, "failureReason": { "type": "string", "example": "An internal error occurred in monitoring tool [Error Code:1003]. If the issue persists, please contact Cisco Support." } } }