stages/noop: fix the schema to allow any props
The documentation states that the stage accepts any options and dumps them but the schema was not allowing any. Fix that and also change the sample to include a random option.
This commit is contained in:
parent
1a7f286578
commit
7e392f819e
2 changed files with 5 additions and 2 deletions
|
|
@ -7,7 +7,10 @@
|
|||
"pipeline": {
|
||||
"stages": [
|
||||
{
|
||||
"name": "org.osbuild.noop"
|
||||
"name": "org.osbuild.noop",
|
||||
"options": {
|
||||
"sample": "True"
|
||||
}
|
||||
}
|
||||
],
|
||||
"assembler": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue