|
|
@ -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
|
|
|
|