debian-forge/samples/noop.json
Christian Kellner 7e392f819e 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.
2020-07-16 19:02:25 +02:00

20 lines
285 B
JSON

{
"sources": {
"org.osbuild.files": {
"urls": {}
}
},
"pipeline": {
"stages": [
{
"name": "org.osbuild.noop",
"options": {
"sample": "True"
}
}
],
"assembler": {
"name": "org.osbuild.noop"
}
}
}