lumen-generators/formats/schema.json
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"
}
}
]
}
}
}