{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NsConfig", "title": "NsConfig", "type": "object", "properties": { "ipaddress": { "type": "string", "description": "NetScaler IP address" }, "netmask": { "type": "string", "description": "Network mask" }, "systemtype": { "type": "string", "description": "System type" }, "primaryip": { "type": "string", "description": "Primary IP address" } } }