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