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

58 lines
No EOL
990 B
JSON

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