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

94 lines
No EOL
1.9 KiB
JSON

{
"secret1": {
"type": "variable",
"variable_type": "secret",
"validators": {
"name": "Validator",
"values": "minimum length for the secret is 10 characters"
},
"path": "secret1",
"names": [
"secret1"
],
"description": "The first variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"gen_examples": [
"secrets"
],
"mandatory_without_value": true
},
"secret2": {
"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 \"^\""
]
},
"path": "secret2",
"names": [
"secret2"
],
"description": "The second variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"value"
],
"mandatory_without_value": false
},
"secret3": {
"type": "variable",
"default": {
"name": "Default",
"values": "value"
},
"variable_type": "secret",
"validators": {
"name": "Validators",
"values": [
"maximum length for the secret is 10 characters",
"forbidden characters: \"$\""
]
},
"path": "secret3",
"names": [
"secret3"
],
"description": "The third variable.",
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"gen_examples": [
"value"
],
"mandatory_without_value": false
}
}