Files
ols-ucentral-schema/schema/service.ntp.yml
John Crispin 9585ababf7 schema: move over to the new schema/renderer
Signed-off-by: John Crispin <john@phrozen.org>
2021-05-14 10:39:10 +02:00

21 lines
501 B
YAML

type: object
description:
This section can be used to setup the upstream NTP servers.
properties:
servers:
description:
This is an array of URL/IP of the upstream NTP servers that the unit shall use to
acquire its current time.
type: array
items:
type: string
format: uc-host
examples:
- 0.openwrt.pool.ntp.org
local-server:
description:
Start a NTP server that provides the time to local clients.
type: boolean
examples:
- true