{ "$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"] }