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

55 lines
842 B
JSON
Raw Normal View History

{
"custom1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "custom"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"custom1"
],
"names": [
"custom1"
],
"descriptions": [
"The first variable."
]
},
"custom2": {
"type": "variable",
"default": "value",
"properties": [
{
"type": "type",
"name": "custom"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"paths": [
"custom2"
],
"names": [
"custom2"
],
"descriptions": [
"The seconf variable."
]
}
}