nix-tools/data/schemas/unpackfs.schema.yaml

12 lines
242 B
YAML
Raw Normal View History

2016-09-17 19:30:49 +02:00
---
type: map
mapping
2016-09-18 02:28:15 +02:00
"unpack":
2016-09-17 19:30:49 +02:00
type: seq
sequence:
- type: map
mapping:
2016-09-18 02:28:15 +02:00
"source": { type: str }
"sourcefs": { type: str }
"destination": { type: str }