mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04: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
|
# Presets
|
||||||
#
|
#
|
||||||
# TODO: lift up somewhere, since this will return in many modules;
|
# 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).
|
# preset-description (value, editable).
|
||||||
presets:
|
presets:
|
||||||
type: object
|
type: object
|
||||||
additionalProperties: false
|
additionalProperties: false
|
||||||
properties:
|
properties:
|
||||||
fullname: { type: object }
|
fullName: { type: object }
|
||||||
loginname: { type: object }
|
loginName: { type: object }
|
||||||
|
|
||||||
required:
|
required:
|
||||||
- defaultGroups
|
- defaultGroups
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue