{ "additionalProperties": false, "description": "This object contains the list of NTP servers used by NSX nodes.", "id": "NtpProperties", "module_id": "CentralConfig", "properties": { "servers": { "description": "List of NTP servers.", "items": { "$ref": "HostnameOrIPAddress }, "required": true, "title": "NTP servers", "type": "array" } }, "title": "NTP service properties", "type": "object" }