mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-12 19:28:20 +00:00
14 lines
No EOL
304 B
JSON
14 lines
No EOL
304 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/service/ntp_server.schema.json",
|
|
"title": "NTP Server",
|
|
"type": "object",
|
|
"properties": {
|
|
"interface": {
|
|
"type": "string"
|
|
},
|
|
"comment": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["interface"]
|
|
} |