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.
20 lines
285 B
JSON
20 lines
285 B
JSON
{
|
|
"sources": {
|
|
"org.osbuild.files": {
|
|
"urls": {}
|
|
}
|
|
},
|
|
"pipeline": {
|
|
"stages": [
|
|
{
|
|
"name": "org.osbuild.noop",
|
|
"options": {
|
|
"sample": "True"
|
|
}
|
|
}
|
|
],
|
|
"assembler": {
|
|
"name": "org.osbuild.noop"
|
|
}
|
|
}
|
|
}
|