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

129 lines
No EOL
3.2 KiB
JSON

{
"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
},
"manual": {
"type": "family",
"informations": {
"path": "manual",
"names": [
"manual"
],
"description": "Manual proxy configuration",
"properties": [],
"mode": "basic"
},
"children": {
"http_proxy": {
"type": "family",
"informations": {
"path": "manual.http_proxy",
"names": [
"http_proxy"
],
"description": "HTTP Proxy",
"properties": [],
"mode": "basic"
},
"children": {
"address": {
"type": "variable",
"variable_type": "domainname",
"validators": {
"name": "Validators",
"values": [
"type domainname",
"the domain name can be an IP"
]
},
"path": "manual.http_proxy.address",
"names": [
"address"
],
"description": "HTTP address.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"example.net"
],
"mandatory_without_value": true
},
"port": {
"type": "variable",
"default": {
"name": "Default",
"values": "8080"
},
"variable_type": "port",
"validators": {
"name": "Validators",
"values": [
"well-known ports (1 to 1023) are allowed",
"registred ports (1024 to 49151) are allowed",
"private ports (greater than 49152) are allowed"
]
},
"path": "manual.http_proxy.port",
"names": [
"port"
],
"description": "HTTP Port.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"8080"
],
"mandatory_without_value": false
}
}
}
}
}
}