{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConfigSummary", "title": "ConfigSummary", "type": "object", "properties": { "serviceType": { "type": "string", "example": "example_value" }, "status": { "type": "string", "example": "example_value" }, "host": { "type": "string", "example": "example_value" }, "port": { "type": "integer", "example": 10 }, "deploymentName": { "type": "string", "example": "example_value" } } }