{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WebSocketConnectivityTest", "title": "WebSocketConnectivityTest", "type": "object", "properties": { "type": { "type": "string", "example": "WebSocketConnectivityTest", "description": "The type of test result." }, "results": { "type": "array", "items": { "$ref": "#/components/schemas/ServiceTypeResult5" }, "description": "Test Results from different services." } } }