calamares/src/modules/finished/finished.schema.yaml

12 lines
465 B
YAML
Raw Normal View History

---
$schema: https://json-schema.org/schema#
$id: https://calamares.io/schemas/finished
additionalProperties: false
type: object
properties:
restartNowEnabled: { type: boolean, default: true } # TODO:3.3: remove
restartNowChecked: { type: boolean, default: false } # TODO:3.3: remove
restartNowCommand: { type: string }
restartNowMode: { type: string, enum: [ never, user-unchecked, user-checked, always ] }
notifyOnFinished: { type: boolean }