mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 02:48:21 +00:00
26 lines
No EOL
675 B
JSON
26 lines
No EOL
675 B
JSON
{
|
|
"$id": "https://nfsense.net/system.schema.json",
|
|
"title": "System",
|
|
"type": "object",
|
|
"properties": {
|
|
"users": {
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "object",
|
|
"properties": {
|
|
"comment": {
|
|
"type": "string"
|
|
},
|
|
"hash": {
|
|
"type": "string"
|
|
},
|
|
"salt": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["hash", "salt"]
|
|
}
|
|
}
|
|
},
|
|
"required": ["users"]
|
|
} |