UNPKG

mili

Version:

Scaffolding with continuous control over the development of the project.

21 lines (20 loc) 299 B
{ "$id": "milirc.json", "type": "object", "properties": { "templates": { "type": "array", "items": { "type": "string" } }, "answers": { "type": "object", "nullable": true, "properties": {} } }, "required": [ "template" ] }