mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[users] Fix schema to match actual field names
This commit is contained in:
parent
d9ab35f4cc
commit
cc310a04b8
1 changed files with 3 additions and 3 deletions
|
@ -46,14 +46,14 @@ properties:
|
|||
# Presets
|
||||
#
|
||||
# TODO: lift up somewhere, since this will return in many modules;
|
||||
# the type for each field (fullname, loginname) is a
|
||||
# the type for each field (fullName, loginName) is a
|
||||
# preset-description (value, editable).
|
||||
presets:
|
||||
type: object
|
||||
additionalProperties: false
|
||||
properties:
|
||||
fullname: { type: object }
|
||||
loginname: { type: object }
|
||||
fullName: { type: object }
|
||||
loginName: { type: object }
|
||||
|
||||
required:
|
||||
- defaultGroups
|
||||
|
|
Loading…
Add table
Reference in a new issue