{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MHMTestResult3", "title": "MHMTestResult3", "type": "object", "properties": { "testName": { "type": "string", "example": "SIP Signalling" }, "testResult": { "type": "string", "example": "Success" } } }