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