rougail-output-doc/tests/results/test/00_9default_calculation_optional_exists.json

91 lines
1.6 KiB
JSON
Raw Normal View History

{
"my_variable": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": [
"val1",
"val2"
]
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
2025-10-14 12:58:39 +02:00
"path": "my_variable",
"names": [
"my_variable"
],
"gen_examples": [
[
"val1",
"val2"
]
],
"mandatory_without_value": false
},
"my_calculated_variable": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
2025-10-29 10:46:57 +01:00
"values": {
"message": "the value of the variable \"{0}\" if it is defined",
"path": {
"path": "my_variable"
},
"description": "My_variable"
}
2025-09-22 09:42:46 +02:00
},
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
},
{
"type": "multiple",
"name": "multiple"
}
],
2025-10-14 12:58:39 +02:00
"path": "my_calculated_variable",
"names": [
"my_calculated_variable"
],
"gen_examples": [
[
"val1",
"val2"
]
],
"mandatory_without_value": false
}
}