nfsense/internal/validation/schema/service/ntp_server.schema.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"]
}