2025-03-29 14:35:32 +01:00
|
|
|
{
|
|
|
|
|
"secret1": {
|
|
|
|
|
"type": "variable",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
|
|
|
|
"name": "secret"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "basic"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"validators": [
|
|
|
|
|
"minimum length for the secret is 10 characters"
|
|
|
|
|
],
|
|
|
|
|
"paths": [
|
|
|
|
|
"secret1"
|
|
|
|
|
],
|
|
|
|
|
"names": [
|
|
|
|
|
"secret1"
|
|
|
|
|
],
|
|
|
|
|
"descriptions": [
|
|
|
|
|
"The first variable."
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"secret2": {
|
|
|
|
|
"type": "variable",
|
|
|
|
|
"default": "value",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
|
|
|
|
"name": "secret"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "standard"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"validators": [
|
|
|
|
|
"maximum length for the secret is 10 characters",
|
2025-03-31 10:25:08 +02:00
|
|
|
"forbidden characters: \"$\" and \"^\""
|
2025-03-29 14:35:32 +01:00
|
|
|
],
|
|
|
|
|
"paths": [
|
|
|
|
|
"secret2"
|
|
|
|
|
],
|
|
|
|
|
"names": [
|
|
|
|
|
"secret2"
|
|
|
|
|
],
|
|
|
|
|
"descriptions": [
|
|
|
|
|
"The second variable."
|
|
|
|
|
]
|
2025-03-31 10:25:08 +02:00
|
|
|
},
|
|
|
|
|
"secret3": {
|
|
|
|
|
"type": "variable",
|
|
|
|
|
"default": "value",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
|
|
|
|
"name": "secret"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "standard"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"validators": [
|
|
|
|
|
"maximum length for the secret is 10 characters",
|
|
|
|
|
"forbidden characters: \"$\""
|
|
|
|
|
],
|
|
|
|
|
"paths": [
|
|
|
|
|
"secret3"
|
|
|
|
|
],
|
|
|
|
|
"names": [
|
|
|
|
|
"secret3"
|
|
|
|
|
],
|
|
|
|
|
"descriptions": [
|
|
|
|
|
"The third variable."
|
|
|
|
|
]
|
2025-03-29 14:35:32 +01:00
|
|
|
}
|
|
|
|
|
}
|