{ "additionalProperties": false, "description": "Detailed information about static address for the port.", "id": "PortAddressBindingEntry", "module_id": "PolicyConnectivity", "properties": { "ip_address": { "description": "IP Address for port binding", "required": false, "title": "IP address", "type": "string" }, "mac_address": { "$ref": "MACAddress, "description": "Mac address for port binding", "required": false, "title": "MAC address" }, "vlan_id": { "$ref": "VlanID, "description": "VLAN ID for port binding", "required": false, "title": "VLAN ID" } }, "title": "Address binding information", "type": "object" }