blueprints: add conditions to blueprint schema

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-21 18:59:17 +01:00
parent 7f662ac2f3
commit 042865c606
2 changed files with 12 additions and 0 deletions

View File

@ -62,6 +62,12 @@
],
"default": "present"
},
"conditions": {
"type": "array",
"items": {
"type": "boolean"
}
},
"attrs": {
"type": "object",
"properties": {

View File

@ -130,6 +130,12 @@
],
"default": "present"
},
"conditions": {
"type": "array",
"items": {
"type": "boolean"
}
},
"attrs": {
"type": "object",
"properties": {