From 0a5a3e153bb48885cb9c27aecb69c4dde09efdaf Mon Sep 17 00:00:00 2001 From: Michael Gerlach Date: Sat, 10 Dec 2016 16:11:38 +0100 Subject: [PATCH] Add pattern to enable definition of additional partitions --- bootstrapvz/base/manifest-schema.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bootstrapvz/base/manifest-schema.yml b/bootstrapvz/base/manifest-schema.yml index 4fcd09e..b056548 100644 --- a/bootstrapvz/base/manifest-schema.yml +++ b/bootstrapvz/base/manifest-schema.yml @@ -173,6 +173,8 @@ definitions: additionalProperties: false partition_table: type: object + patternProperties: + ^(?!type|boot|root|swap).*: {$ref: '#/definitions/partition'} properties: boot: {$ref: '#/definitions/partition'} root: {$ref: '#/definitions/partition'}