117 lines
No EOL
2.1 KiB
JSON
117 lines
No EOL
2.1 KiB
JSON
{
|
|
"var": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "string"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "unique"
|
|
},
|
|
{
|
|
"type": "multiple",
|
|
"name": "multiple"
|
|
}
|
|
],
|
|
"path": "var",
|
|
"names": [
|
|
"var"
|
|
],
|
|
"description": "A suffix variable.",
|
|
"examples": {
|
|
"name": "Examples",
|
|
"values": [
|
|
"val1",
|
|
"val2"
|
|
]
|
|
},
|
|
"gen_examples": [
|
|
[
|
|
"val1",
|
|
"val2"
|
|
]
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"dyn{{ identifier }}": {
|
|
"type": "dynamic",
|
|
"informations": {
|
|
"names": [
|
|
"dynval1",
|
|
"dynval2"
|
|
],
|
|
"identifiers": [
|
|
[
|
|
"val1"
|
|
],
|
|
[
|
|
"val2"
|
|
]
|
|
],
|
|
"path": "dyn{{ identifier }}",
|
|
"description": "A dynamic family",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
}
|
|
],
|
|
"identifier": [
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "var"
|
|
},
|
|
"description": "A suffix variable"
|
|
}
|
|
],
|
|
"help": [
|
|
"This family builds families dynamically"
|
|
]
|
|
},
|
|
"children": {
|
|
"vardyn": {
|
|
"names": [
|
|
"vardyn",
|
|
"vardyn"
|
|
],
|
|
"identifiers": [
|
|
[
|
|
"val1"
|
|
],
|
|
[
|
|
"val2"
|
|
]
|
|
],
|
|
"path": "dyn{{ identifier }}.vardyn",
|
|
"description": "A dynamic variable.",
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "string"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"gen_examples": [
|
|
"example",
|
|
"example"
|
|
],
|
|
"mandatory_without_value": true
|
|
}
|
|
}
|
|
}
|
|
} |