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

106 lines
No EOL
2 KiB
JSON

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