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