rougail-output-doc/tests/results/test_without_family/00_6custom.json

50 lines
No EOL
964 B
JSON

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