manjaro-tools/data/schemas/finished-schema.yaml

8 lines
228 B
YAML
Raw Normal View History

2016-09-17 17:33:22 +02:00
%YAML 1.2
---
type: map
mapping:
"restartNowEnabled": { type: bool, default: true, required: yes }
"restartNowChecked": { type: bool, default: false, required: yes }
"restartNowCommand": { type: str, required: yes }