{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/singleServiceTestResult", "title": "singleServiceTestResult", "type": "object", "properties": { "serviceName": { "type": "string", "example": "hercules", "description": "Name of the service." }, "testResult": { "type": "string", "example": "Success", "description": "Result of the test for the service." } } }