2020-08-21 19:43:53 +02:00
|
|
|
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
2020-06-16 13:04:34 +02:00
|
|
|
---
|
|
|
|
$schema: https://json-schema.org/schema#
|
|
|
|
$id: https://calamares.io/schemas/finished
|
2020-06-16 16:03:28 +02:00
|
|
|
additionalProperties: false
|
2020-06-16 13:04:34 +02:00
|
|
|
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 }
|