{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/serviceTestResults", "title": "serviceTestResults", "type": "object", "properties": { "serviceType": { "type": "string", "example": "WebexCloud", "description": "Type of service." }, "services": { "type": "array", "items": { "$ref": "#/components/schemas/singleServiceTestResult" }, "description": "List of individual service test results." } } }