calamares/src/modules/unpackfs/unpackfs.schema.yaml

19 lines
576 B
YAML
Raw Normal View History

---
$schema: https://json-schema.org/schema#
$id: https://calamares.io/schemas/unpackfs
additionalProperties: false
type: object
properties:
unpack:
type: array
items:
type: object
additionalProperties: false
properties:
source: { type: string }
sourcefs: { type: string }
destination: { type: string }
excludeFile: { type: string }
exclude: { type: array, items: { type: string } }
required: [ source , sourcefs, destination ]