mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-13 11:38:21 +00:00
15 lines
No EOL
406 B
JSON
15 lines
No EOL
406 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/system/system.schema.json",
|
|
"title": "System",
|
|
"type": "object",
|
|
"properties": {
|
|
"users": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"description": "System Settings",
|
|
"$ref": "https://nfsense.net/schema/system/user.schema.json"
|
|
}
|
|
}
|
|
},
|
|
"required": ["users"]
|
|
} |