rougail-output-doc/tests/results/test_namespace_without_family/00_6domainname_params.json

49 lines
1.1 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
"mode": "standard"
},
"children": {
"variable": {
"type": "variable",
"default": {
"name": "Default",
"values": "my.domain.name"
},
2025-11-29 22:21:06 +01:00
"variable_type": "domainname",
"validators": {
"name": "Validators",
"values": [
"type domainname",
"the domain name can be an IP"
]
},
"path": "rougail.variable",
"names": [
"variable"
],
"description": "A domain name variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"my.domain.name"
],
"mandatory_without_value": false
}
}
}
}