Node network address information.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/apache-ignite/refs/heads/main/json-schema/rest-api-network-address-schema.json", "title": "NetworkAddress", "description": "Node network address information.", "type": "object", "properties": { "host": { "type": "string", "description": "Name of the host node runs on." }, "port": { "type": "integer", "description": "Port the node runs on.", "format": "int32" } } }