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

80 lines
No EOL
1.7 KiB
JSON

{
"secret1": {
"path": "secret1",
"name": "secret1",
"description": "The first variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
"variable_type": "secret",
"validators": {
"name": "Validator",
"values": "minimum length for the secret is 10 characters"
},
"examples": {
"name": "Example",
"values": "ALongS4cr4t"
}
},
"secret2": {
"path": "secret2",
"name": "secret2",
"description": "The second variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "value"
},
"variable_type": "secret",
"validators": {
"name": "Validators",
"values": [
"maximum length for the secret is 10 characters",
"forbidden characters: \"$\" and \"^\""
]
}
},
"secret3": {
"path": "secret3",
"name": "secret3",
"description": "The third variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
"default": {
"name": "Default",
"values": "value"
},
"variable_type": "secret",
"validators": {
"name": "Validators",
"values": [
"maximum length for the secret is 10 characters",
"forbidden characters: \"$\""
]
}
}
}