cleanup partitioning in schema

This commit is contained in:
Michael Gerlach 2017-01-31 21:45:59 +01:00
parent ff4918f1e0
commit c088e1afac

View file

@ -174,10 +174,8 @@ definitions:
partition_table: partition_table:
type: object type: object
patternProperties: patternProperties:
^(?!type|boot|root|swap).*: {$ref: '#/definitions/partition'} ^(?!type|swap).*: {$ref: '#/definitions/partition'}
properties: properties:
boot: {$ref: '#/definitions/partition'}
root: {$ref: '#/definitions/partition'}
swap: swap:
type: object type: object
properties: properties: