rougail-output-doc/tests/results/test_without_family/00_6network.json

100 lines
1.8 KiB
JSON
Raw Normal View History

{
"var1": {
"type": "variable",
"default": {
"name": "Default",
"values": "1.1.1.0"
},
"properties": [
{
"type": "type",
"name": "network"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"path": "var1",
"names": [
"var1"
],
"description": "An network.",
"gen_examples": [
"1.1.1.0"
],
"mandatory_without_value": false
},
"var2": {
"type": "variable",
"default": {
"name": "Default",
"values": "1.1.1.0/24"
},
"properties": [
{
"type": "type",
"name": "network"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"validators": {
"name": "Validator",
"values": "network must be in CIDR format"
},
"path": "var2",
"names": [
"var2"
],
"description": "An network in CIDR format.",
"gen_examples": [
"1.1.1.0/24"
],
"mandatory_without_value": false
},
"var3": {
"type": "variable",
"default": {
"name": "Default",
"values": "1.1.1.0/24"
},
"properties": [
{
"type": "type",
"name": "network CIDR"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"validators": {
"name": "Validator",
"values": "network must be in CIDR format"
},
"path": "var3",
"names": [
"var3"
],
"description": "An network in CIDR format with obsolete CIDR type.",
"gen_examples": [
"1.1.1.0/24"
],
"mandatory_without_value": false
}
}