mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-27 06:25:28 +03:00
24 lines
446 B
JSON
24 lines
446 B
JSON
{
|
|
"type": "array",
|
|
"separator": " ",
|
|
"fields": {
|
|
"type": "array",
|
|
"separator": ":",
|
|
"fields": {
|
|
"type": "object",
|
|
"separator": ".",
|
|
"fields": [
|
|
"name",
|
|
{
|
|
"name": "args",
|
|
"type": "array",
|
|
"separator": ",",
|
|
"default": [],
|
|
"fields": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |