2025-02-17 09:49:51 +01:00
|
|
|
{
|
|
|
|
|
"secret1": {
|
|
|
|
|
"type": "variable",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
|
|
|
|
"name": "secret"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "basic"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-10-14 12:58:39 +02:00
|
|
|
"path": "secret1",
|
2025-02-17 09:49:51 +01:00
|
|
|
"names": [
|
|
|
|
|
"secret1"
|
|
|
|
|
],
|
2025-10-30 21:14:34 +01:00
|
|
|
"description": "The first variable.",
|
|
|
|
|
"gen_examples": [
|
|
|
|
|
"secrets"
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": true
|
2025-02-17 09:49:51 +01:00
|
|
|
},
|
|
|
|
|
"secret2": {
|
|
|
|
|
"type": "variable",
|
2025-09-22 09:42:46 +02:00
|
|
|
"default": {
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"values": "value"
|
|
|
|
|
},
|
2025-02-17 09:49:51 +01:00
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
|
|
|
|
"name": "secret"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "standard"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-10-14 12:58:39 +02:00
|
|
|
"path": "secret2",
|
2025-02-17 09:49:51 +01:00
|
|
|
"names": [
|
|
|
|
|
"secret2"
|
|
|
|
|
],
|
2025-10-30 21:14:34 +01:00
|
|
|
"description": "The second variable.",
|
|
|
|
|
"gen_examples": [
|
|
|
|
|
"value"
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": false
|
2025-02-17 09:49:51 +01:00
|
|
|
}
|
|
|
|
|
}
|