Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema.json')
-rw-r--r--schema.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/schema.json b/schema.json
index e6f73c6c..9269e8e8 100644
--- a/schema.json
+++ b/schema.json
@@ -167,7 +167,15 @@
},
{
"required": [
- "!superusers"
+ "!users": {
+ "description": "User account",
+ "type": "object",
+ "properties": {
+ "username": "string",
+ "!password": "string",
+ "sudo": "boolean"
+ }
+ }
]
}
]