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