170 lines
No EOL
3.7 KiB
JSON
170 lines
No EOL
3.7 KiB
JSON
{
|
|
"rougail": {
|
|
"type": "namespace",
|
|
"informations": {
|
|
"path": "rougail",
|
|
"names": [
|
|
"rougail"
|
|
],
|
|
"description": "Rougail",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
}
|
|
]
|
|
},
|
|
"children": {
|
|
"var": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "string"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "unique"
|
|
},
|
|
{
|
|
"type": "multiple",
|
|
"name": "multiple"
|
|
}
|
|
],
|
|
"path": "rougail.var",
|
|
"names": [
|
|
"var"
|
|
],
|
|
"description": "A suffix variable.",
|
|
"examples": {
|
|
"name": "Examples",
|
|
"values": [
|
|
"val1",
|
|
"val2"
|
|
]
|
|
},
|
|
"gen_examples": [
|
|
[
|
|
"val1",
|
|
"val2"
|
|
]
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"var2": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "string"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"path": "rougail.var2",
|
|
"names": [
|
|
"var2"
|
|
],
|
|
"description": "A second variable.",
|
|
"gen_examples": [
|
|
"example"
|
|
],
|
|
"mandatory_without_value": true
|
|
},
|
|
"dyn{{ identifier }}": {
|
|
"type": "dynamic",
|
|
"informations": {
|
|
"names": [
|
|
"dynval1",
|
|
"dynval2"
|
|
],
|
|
"identifiers": [
|
|
[
|
|
"val1"
|
|
],
|
|
[
|
|
"val2"
|
|
]
|
|
],
|
|
"path": "rougail.dyn{{ identifier }}",
|
|
"description": "A dynamic family",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "hidden",
|
|
"annotation": "if var2 is no"
|
|
}
|
|
],
|
|
"identifier": [
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "rougail.var"
|
|
},
|
|
"description": "A suffix variable"
|
|
}
|
|
],
|
|
"help": [
|
|
"This family builds families dynamically"
|
|
]
|
|
},
|
|
"children": {
|
|
"vardyn": {
|
|
"names": [
|
|
"vardyn",
|
|
"vardyn"
|
|
],
|
|
"identifiers": [
|
|
[
|
|
"val1"
|
|
],
|
|
[
|
|
"val2"
|
|
]
|
|
],
|
|
"path": "rougail.dyn{{ identifier }}.vardyn",
|
|
"description": "A dynamic variable.",
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "val"
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "string"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"gen_examples": [
|
|
"val",
|
|
"val"
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |