2025-02-17 09:49:51 +01:00
|
|
|
{
|
|
|
|
|
"rougail": {
|
|
|
|
|
"type": "namespace",
|
|
|
|
|
"informations": {
|
2025-10-14 12:58:39 +02:00
|
|
|
"path": "rougail",
|
2025-02-17 09:49:51 +01:00
|
|
|
"names": [
|
|
|
|
|
"rougail"
|
|
|
|
|
],
|
|
|
|
|
"description": "Rougail",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "basic"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"children": {
|
2025-10-14 16:09:25 +02:00
|
|
|
"variable1": {
|
2025-02-17 09:49:51 +01:00
|
|
|
"type": "variable",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
|
|
|
|
"name": "choice"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "basic"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "unique"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "multiple",
|
|
|
|
|
"name": "multiple"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-09-22 09:42:46 +02:00
|
|
|
"choices": {
|
|
|
|
|
"name": "Choices",
|
|
|
|
|
"values": [
|
|
|
|
|
"val1",
|
|
|
|
|
"val2"
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-10-14 12:58:39 +02:00
|
|
|
"path": "rougail.variable1",
|
2025-02-17 09:49:51 +01:00
|
|
|
"names": [
|
|
|
|
|
"variable1"
|
|
|
|
|
],
|
2025-10-30 21:14:34 +01:00
|
|
|
"description": "A first variable.",
|
|
|
|
|
"gen_examples": [
|
|
|
|
|
[
|
|
|
|
|
"a_choice"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": true
|
2025-02-17 09:49:51 +01:00
|
|
|
},
|
2025-10-14 16:09:25 +02:00
|
|
|
"variable2": {
|
2025-02-17 09:49:51 +01:00
|
|
|
"type": "variable",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
|
|
|
|
"name": "choice"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "standard"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "unique"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "multiple",
|
|
|
|
|
"name": "multiple"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-09-22 09:42:46 +02:00
|
|
|
"choices": {
|
|
|
|
|
"name": "Choices",
|
|
|
|
|
"values": [
|
|
|
|
|
"val1",
|
|
|
|
|
"val2"
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-10-14 12:58:39 +02:00
|
|
|
"path": "rougail.variable2",
|
2025-02-17 09:49:51 +01:00
|
|
|
"names": [
|
|
|
|
|
"variable2"
|
|
|
|
|
],
|
2025-10-30 21:14:34 +01:00
|
|
|
"description": "A second variable.",
|
|
|
|
|
"gen_examples": [
|
|
|
|
|
[
|
|
|
|
|
"a_choice"
|
|
|
|
|
]
|
|
|
|
|
],
|
|
|
|
|
"mandatory_without_value": false
|
2025-02-17 09:49:51 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|