32 lines
536 B
JSON
32 lines
536 B
JSON
|
|
{
|
||
|
|
"variable": {
|
||
|
|
"type": "variable",
|
||
|
|
"default": {
|
||
|
|
"name": "Default",
|
||
|
|
"values": "quote'\""
|
||
|
|
},
|
||
|
|
"properties": [
|
||
|
|
{
|
||
|
|
"type": "type",
|
||
|
|
"name": "string"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "mode",
|
||
|
|
"name": "standard"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "property",
|
||
|
|
"name": "mandatory"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"path": "variable",
|
||
|
|
"names": [
|
||
|
|
"variable"
|
||
|
|
],
|
||
|
|
"description": "A variable.",
|
||
|
|
"gen_examples": [
|
||
|
|
"quote'\""
|
||
|
|
],
|
||
|
|
"mandatory_without_value": false
|
||
|
|
}
|
||
|
|
}
|