mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-13 11:38:21 +00:00
18 lines
No EOL
348 B
JSON
18 lines
No EOL
348 B
JSON
{
|
|
"$id": "https://nfsense.net/schema/system/user.schema.json",
|
|
"title": "User",
|
|
"type": "object",
|
|
"properties": {
|
|
"comment": {
|
|
"type": "string"
|
|
},
|
|
"hash": {
|
|
"type": "string"
|
|
},
|
|
"salt": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["hash", "salt"]
|
|
|
|
} |