rougail-output-doc/tests/result_tutorial/010/doc.json

38 lines
826 B
JSON
Raw Normal View History

2026-03-14 20:51:52 +01:00
{
"proxy_mode": {
"type": "variable",
"default": {
"name": "Default",
"values": "No proxy"
},
"variable_type": "choice",
"choices": {
"name": "Choices",
"values": [
"No proxy",
"Auto-detect proxy settings for this network",
"Use system proxy settings",
"Manual proxy configuration",
"Automatic proxy configuration URL"
]
},
"path": "proxy_mode",
"names": [
"proxy_mode"
],
"description": "Configure Proxy Access to the Internet.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"No proxy"
],
"mandatory_without_value": false
}
}