76 lines
No EOL
1.5 KiB
JSON
76 lines
No EOL
1.5 KiB
JSON
{
|
|
"rougail": {
|
|
"type": "namespace",
|
|
"informations": {
|
|
"path": "rougail",
|
|
"names": [
|
|
"rougail"
|
|
],
|
|
"description": "Rougail",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
}
|
|
]
|
|
},
|
|
"children": {
|
|
"secret1": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "secret"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"path": "rougail.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"
|
|
}
|
|
],
|
|
"path": "rougail.secret2",
|
|
"names": [
|
|
"secret2"
|
|
],
|
|
"description": "The second variable.",
|
|
"gen_examples": [
|
|
"value"
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
}
|
|
}
|
|
} |