{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReachabilityTestresultsSuccess", "title": "ReachabilityTestresultsSuccess", "type": "object", "properties": { "ipAddress": { "type": "string", "example": "1.1.1.1", "description": "Destination IP address." }, "port": { "type": "number", "example": 5004, "description": "Port number." }, "reachable": { "type": "boolean", "example": true, "description": "Port reachability information." } } }