schemas: add unpackfs

This commit is contained in:
udeved 2016-09-17 19:30:49 +02:00
parent 5d5ee4899f
commit c3e474db92

View file

@ -0,0 +1,12 @@
%YAML 1.2
---
type: map
mapping
unpack:
type: seq
sequence:
- type: map
mapping:
source: { type: str }
sourcefs: { type: str }
destination: { type: str }