rougail-output-doc/tests/results/test_without_family/01_6custom_multi.json

68 lines
No EOL
1.1 KiB
JSON

{
"custom1": {
"type": "variable",
"variable_type": "custom",
"path": "custom1",
"names": [
"custom1"
],
"description": "A first custom variable.",
"properties": [
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
}
],
"multiple": true,
"gen_examples": [
[
"xxx"
]
],
"mandatory_without_value": true
},
"custom2": {
"type": "variable",
"default": {
"name": "Default",
"values": [
"value"
]
},
"variable_type": "custom",
"path": "custom2",
"names": [
"custom2"
],
"description": "A second custom variable.",
"properties": [
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
},
{
"type": "property",
"name": "unique"
}
],
"multiple": true,
"gen_examples": [
[
"value"
]
],
"mandatory_without_value": false
}
}