9 lines
196 B
YAML
9 lines
196 B
YAML
|
---
|
||
|
$schema: https://json-schema.org/schema#
|
||
|
$id: https://calamares.io/schemas/umount
|
||
|
additionalProperties: false
|
||
|
type: object
|
||
|
properties:
|
||
|
"srcLog": { type: str }
|
||
|
"destLog": { type: str }
|