{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ValidateConnectionRequest", "title": "ValidateConnectionRequest", "type": "object", "required": [ "host", "port" ], "properties": { "host": { "type": "string", "example": "example_value" }, "port": { "type": "integer", "example": 10 } } }