diff options
Diffstat (limited to 'mdbp/build_schema.json')
-rw-r--r-- | mdbp/build_schema.json | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mdbp/build_schema.json b/mdbp/build_schema.json index baa38ef..7997f2e 100644 --- a/mdbp/build_schema.json +++ b/mdbp/build_schema.json @@ -106,14 +106,12 @@ } }, "bd-uninstallable-explainer": { - "enum": [ null, "apt", "dose3" ], - "default": null, - "description": "when installing Build-Depends fails, an explainer can be used to give details" + "enum": [ "apt", "dose3" ], + "description": "When installing Build-Depends fails, an explainer can be used to give details. Without this property, no explainer is run." }, "network": { - "enum": [ "enable", "disable", "try-disable", "try-enable", "undefined" ], - "default": "undefined", - "description": "whether the build should be able to access the internet" + "enum": [ "enable", "disable", "try-disable", "try-enable" ], + "description": "Decide whether the build should be able to access the internet. Without this property, the backend picks its own default. A try-prefixed value does not cause a failure when the request cannot be fulfilled." }, "output": { "type": "object", |