Skip to main content

org.osbuild.noop

No-op mount service

Does not mount anything, but only creates an empty directory. Useful for testing.

Schema 1

{}

Schema 2

{
"additionalProperties": false,
"required": [
"name",
"type",
"source",
"target"
],
"properties": {
"name": {
"type": "string"
},
"type": {
"type": "string"
},
"source": {
"type": "string"
},
"partition": {
"type": "number"
},
"target": {
"type": "string"
},
"options": {
"type": "object",
"additionalProperties": true
}
}
}