rougail-output-doc/tests/results/test_namespace/00_6choice.json

225 lines
No EOL
4.4 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "basic"
}
]
},
"children": {
"var1": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
"path": "rougail.var1",
"names": [
"var1"
],
"description": "The first variable.",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": true
},
"var2": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "basic"
},
{
"type": "property",
"name": "mandatory"
}
],
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
"path": "rougail.var2",
"names": [
"var2"
],
"description": "The second variable.",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": true
},
"var3": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
}
],
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c",
null
]
},
"path": "rougail.var3",
"names": [
"var3"
],
"description": "The third variable.",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": false
},
"var4": {
"type": "variable",
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
}
],
"choices": {
"name": "Choices",
"values": [
null,
"b",
"c"
]
},
"path": "rougail.var4",
"names": [
"var4"
],
"description": "The forth variable.",
"gen_examples": [
"a_choice"
],
"mandatory_without_value": false
},
"var5": {
"type": "variable",
"default": {
"name": "Default",
"values": "a"
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"choices": {
"name": "Choices",
"values": [
"a",
"b",
"c"
]
},
"path": "rougail.var5",
"names": [
"var5"
],
"description": "The fifth variable.",
"gen_examples": [
"a"
],
"mandatory_without_value": false
},
"var6": {
"type": "variable",
"default": {
"name": "Default",
"values": 1
},
"properties": [
{
"type": "type",
"name": "choice"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"choices": {
"name": "Choices",
"values": [
1,
2,
3
]
},
"path": "rougail.var6",
"names": [
"var6"
],
"description": "The sixth variable.",
"gen_examples": [
1
],
"mandatory_without_value": false
}
}
}
}