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

50 lines
No EOL
968 B
JSON

{
"secret1": {
"type": "variable",
"variable_type": "secret",
"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",
"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
}
}