2
0
mirror of https://github.com/ZorgCC/lumen-generators.git synced 2025-01-15 06:47:55 +03:00
2015-09-26 02:43:35 +01:00

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"
}
}
]
}
}
}