{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceTypeResult5", "title": "ServiceTypeResult5", "type": "object", "properties": { "serviceType": { "type": "string", "example": "WebexCloud", "description": "Service for which the test was executed." }, "testResult": { "type": "string", "example": "Success", "description": "Result of the test executed." } } }