rougail-output-doc/tests/results/test/24_0family_mandatory_condition_variable.json

65 lines
1.2 KiB
JSON
Raw Normal View History

{
"condition": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": true
},
"properties": [
{
"type": "type",
"name": "boolean"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-10-14 12:58:39 +02:00
"path": "condition",
"names": [
"condition"
],
"description": "A condition.",
"gen_examples": [
true
],
"mandatory_without_value": false
},
"var": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "string"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory",
2025-10-29 10:46:57 +01:00
"annotation": {
"message": "when the variable \"{0}\" has the value \"true\"",
"path": {
"path": "condition"
},
"description": "A condition"
}
}
],
2025-10-14 12:58:39 +02:00
"path": "var",
"names": [
"var"
],
"description": "A variable.",
"gen_examples": [
"example"
],
"mandatory_without_value": false
}
}