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:
Christian Kellner 2020-07-16 17:16:11 +02:00 committed by David Rheinsberg
parent 1a7f286578
commit 7e392f819e
2 changed files with 5 additions and 2 deletions

View file

@ -7,7 +7,10 @@
"pipeline": {
"stages": [
{
"name": "org.osbuild.noop"
"name": "org.osbuild.noop",
"options": {
"sample": "True"
}
}
],
"assembler": {