[users] Fix schema to match actual field names
This commit is contained in:
parent
d9ab35f4cc
commit
cc310a04b8
@ -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…
Reference in New Issue
Block a user