mirror of
https://github.com/ZorgCC/lumen-generators.git
synced 2024-12-26 14:05:29 +03:00
39 lines
775 B
JSON
39 lines
775 B
JSON
{
|
|
"type": "array",
|
|
"separator": " ",
|
|
"fields": {
|
|
"type": "object",
|
|
"separator": ";",
|
|
"fields": [
|
|
"name",
|
|
{
|
|
"name": "schema",
|
|
"type": "array",
|
|
"separator": ":",
|
|
"fields": {
|
|
"type": "object",
|
|
"separator": ".",
|
|
"fields": [
|
|
"name",
|
|
{
|
|
"name": "args",
|
|
"type": "array",
|
|
"separator": ",",
|
|
"default": [],
|
|
"fields": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"rules",
|
|
"tags[]",
|
|
{
|
|
"name": "factory",
|
|
"type": "string",
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
} |