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

95 lines
2.3 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
2026-03-29 11:01:15 +02:00
"name": "rougail",
"description": "Rougail",
2025-11-29 22:21:06 +01:00
"properties": [],
2026-03-14 20:51:52 +01:00
"mode": "basic",
"help": [
"This family is a namespace"
]
},
"children": {
"secret1": {
"path": "rougail.secret1",
2026-03-29 11:01:15 +02:00
"name": "secret1",
"description": "The first variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "secret",
"validators": {
2026-03-29 11:01:15 +02:00
"name": "Validator",
"values": "minimum length for the secret is 10 characters"
},
2026-03-29 11:01:15 +02:00
"examples": {
"name": "Example",
"values": "ALongS4cr4t"
}
},
"secret2": {
"path": "rougail.secret2",
2026-03-29 11:01:15 +02:00
"name": "secret2",
"description": "The second variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "value"
},
2025-11-29 22:21:06 +01:00
"variable_type": "secret",
"validators": {
"name": "Validators",
"values": [
"maximum length for the secret is 10 characters",
2026-03-29 11:01:15 +02:00
"forbidden characters: \"$\" and \"^\""
]
2026-03-29 11:01:15 +02:00
}
},
"secret3": {
"path": "rougail.secret3",
2026-03-29 11:01:15 +02:00
"name": "secret3",
"description": "The third variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
2026-03-29 11:01:15 +02:00
"type": "variable",
"default": {
"name": "Default",
"values": "value"
},
"variable_type": "secret",
"validators": {
"name": "Validators",
"values": [
"maximum length for the secret is 10 characters",
"forbidden characters: \"$\""
]
}
}
}
}
}