Add schema definition

main
Chrysostomus 4 years ago
parent 4ab30569c2
commit b5cfa5109e

@ -29,3 +29,12 @@ properties:
mountPoint: { type: string }
options: { type: string }
required: [ device, mountPoint ]
btrfsSubvolumes:
type: array
items:
type: object
additionalProperties: false
properties:
mountPoint: { type: string }
subvolume: { type: string }
required: [ subvolume, mountPoint ]

Loading…
Cancel
Save